Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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