DateNavigator.ShowMonthHeaders Property
Gets or sets whether to display captions for each visible month.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | True to display month name for each month shown; otherwise, false. |
Remarks
The ShowMonthHeaders property is useful when the DateNavigator displays several months simultaneously (see the CalendarControlBase.ColumnCount property).
You can change the case of month names with the CalendarControlBase.CaseMonthNames property.
See Also