Skip to main content

AgendaView.AllowFixedDayHeaders Property

Gets or sets whether a day header should be fixed when scrolling in Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean true

true, to fix a day header; otherwise, false.

Remarks

Set the AllowFixedDayHeaders property to true to fix the day header while scrolling the appointments of the current day.

See Also