Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(true)]
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 and Work-Week views. If the ShowDayHeaders property is set to false, then the day headers will be hidden.

Day Headers

See Also