ASP.NET DayHeaderStyle属性怎么用

avatar
作者
筋斗云
阅读量:1

ASP.NET DayHeaderStyle属性用于设置日历控件中每个日期标题的样式。

例如,要设置日历控件的日期标题为红色并设置字体大小为12px,可以通过以下方式设置DayHeaderStyle属性:

<asp:Calendar ID="Calendar1" runat="server"> <DayHeaderStyle ForeColor="Red" Font-Size="12px"></DayHeaderStyle> </asp:Calendar> 

在上述代码中,ForeColor属性用于设置日期标题的颜色,Font-Size属性用于设置日期标题的字体大小。

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!