Calendar::DayHeaderStyle Property
.NET Framework (current version)
Gets the style properties for the section that displays the day of the week.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property TableItemStyle^ DayHeaderStyle { TableItemStyle^ get(); }
Property Value
Type: System.Web.UI.WebControls::TableItemStyle^A TableItemStyle that contains the style properties for the section that displays the day of the week. The default value is an empty TableItemStyle.
Use this property to specify the style for the section that displays the days of the week. For more information on the different style properties that can be controlled, see TableItemStyle.
Note |
|---|
The name format for the days of the week is controlled by the DayNameFormat property. |
This property applies only when the ShowDayHeader property is set to true.
The following code example demonstrates how to use the DayHeaderStyle property to specify a bold font for the section that displays the days of the week.
.NET Framework
Available since 1.1
Available since 1.1
Show:
