Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.ShowHeader Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowHeader { get; set; }

Property Value

Type Default Description
Boolean **true**

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