Back to Devexpress

RepositoryItemDateEdit.ShowMonthHeaders Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-cc9bb975.md

latest1.8 KB
Original Source

RepositoryItemDateEdit.ShowMonthHeaders Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

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 if the month name is displayed above each month; otherwise, false.

|

Remarks

The ShowMonthHeaders property is useful when the DateEdit displays several months simultaneously (see RepositoryItemDateEdit.ColumnCount).

See Also

ColumnCount

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace