Back to Devexpress

CalendarControlBase.ShowHeader Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-1a54aa0a.md

latest1.6 KB
Original Source

CalendarControlBase.ShowHeader Property

Gets or sets whether the calendar header is displayed.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

True , to show the calendar header; otherwise, false.

|

Remarks

The calendar header displays Today’s date, and month and year navigation buttons.

See Also

ShowMonthNavigationButtons

ShowYearNavigationButtons

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace