Back to Devexpress

AgendaView.AllowFixedDayHeaders Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-agendaview-6e07089e.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

AgendaView Class

AgendaView Members

DevExpress.Web.ASPxScheduler Namespace