Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowDayHeaders { get; set; }

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.

Docs_VisualElements_SchedulerControl_DayHeader

See Also