Back to Devexpress

CalendarProperties.ShowHeader Property

aspnet-devexpress-dot-web-dot-calendarproperties-98f52864.md

latest1.6 KB
Original Source

CalendarProperties.ShowHeader Property

Gets or sets a value that specifies whether the calendar’s title heading is displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowHeader { get; set; }
vb
<DefaultValue(True)>
Public Property ShowHeader As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if the title header is visible, otherwise, false.

|

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

HeaderStyle

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace