CalendarProperties.HeaderStyle Property
In This Article
Gets the style properties of the calendar’s title heading.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CalendarHeaderFooterStyle HeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#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 Header
See Also