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

DateNavigator.ShowMonthHeaders Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowMonthHeaders { get; set; }

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

month-headers

You can change the case of month names with the CalendarControlBase.CaseMonthNames property.

See Also