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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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