Back to Devexpress

CalendarProperties.HeaderStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-2cc3242f.md

latest1.7 KB
Original Source

CalendarProperties.HeaderStyle Property

Gets the style properties of the calendar’s title heading.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarHeaderFooterStyle HeaderStyle { get; }
vb
Public ReadOnly Property HeaderStyle As CalendarHeaderFooterStyle

Property Value

TypeDescription
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

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace