AgendaView.DayCount Property
Gets or sets the number of days that can be displayed simultaneously within the Agenda View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 | A positive integer value that specifies the number of days displayed by the View. |
Remarks
Use the DayCount property to specify the number of days simultaneously displayed within the Agenda View starting from the date set for the ASPxScheduler.Start property.
See Also