Back to Devexpress

DateNavigator.ShowMonthHeaders Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-e584754d.md

latest1.7 KB
Original Source

DateNavigator.ShowMonthHeaders Property

Gets or sets whether to display captions for each visible month.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace