DayView.ShowDayHeaders Property
Gets or sets a value which specifies if Day Headers are shown when a scheduler shows its data in the Day View or the Work-Week View views.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
The day headers are shown at the top of every day in a Day and Work-Week views. If the ShowDayHeaders property is set to false
, then the day headers will be hidden.
See Also