Back to Devexpress

CalendarControlBase.ShowMonthHeaders Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-23d9c0dc.md

latest2.1 KB
Original Source

CalendarControlBase.ShowMonthHeaders Property

Gets or sets the visibility of month names for each month.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the month name is displayed above each month; otherwise, false.

|

Remarks

The ShowMonthHeaders property is useful when the Calendar Control displays several months simultaneously (see CalendarControlBase.ColumnCount).

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

See Also

CaseMonthNames

MonthHeaderPadding

ShowHeader

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace