Back to Devexpress

DayView.ShowDayHeaders Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-d8101bea.md

latest1.8 KB
Original Source

DayView.ShowDayHeaders Property

Gets or sets a value which specifies if day headers are shown in the Day View, Work-Week View and the Full Week View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowDayHeaders { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowDayHeaders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the day headers; otherwise, false.

|

Remarks

The day headers are shown at the top of every day in a Day, Work-Week and Full Week views. If the ShowDayHeaders property is set to false , then the day headers will be hidden.

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace