Back to Devexpress

ASPxCalendar.ShowHeader Property

aspnet-devexpress-dot-web-dot-aspxcalendar-3ca4c67e.md

latest1.2 KB
Original Source

ASPxCalendar.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

This property is a wrapper of the CalendarProperties.ShowHeader property.

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace