CalendarProperties.HeaderStyle Property
Gets the style properties of the calendar’s title heading.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CalendarHeaderFooterStyle | A CalendarHeaderFooterStyle object defining the title header’s appearance. |
Remarks
Use the HeaderStyle property to access style settings that define the appearance of the title heading within the calendar. Note that if the ASPxCalendar.ShowHeader property is set to false
, the title header is not displayed and so the HeaderStyle property is not in effect.
Note
The HeaderStyle property synchronizes its value with the editor’s ASPxCalendar.HeaderStyle property.
See Also