Back to Devexpress

DayView.ShowDayHeaders Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-dayview-417e1930.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(true)]
public bool ShowDayHeaders { get; set; }
vb
<DefaultValue(True)>
Public Property ShowDayHeaders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.

See Also

DayView Class

DayView Members

DevExpress.Web.ASPxScheduler Namespace