CalendarProperties.ShowHeader Property
Gets or sets a value that specifies whether the calendar’s title heading is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ShowHeader property to specify whether the title heading is visible within the calendar. The appearance of the header can be customized by using the ASPxCalendar.HeaderStyle property.
Note
The ShowHeader property synchronizes its value with the editor’s ASPxCalendar.ShowHeader property.
See Also