Skip to main content

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

[DefaultValue(1)]
public int DayCount { get; set; }

#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