Back to Devexpress

AgendaView.DayCount Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-agendaview-9aac5fb7.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(1)]
public int DayCount { get; set; }
vb
<DefaultValue(1)>
Public Property DayCount As Integer

Property Value

TypeDefaultDescription
Int321

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

Get Started with Scheduler

Agenda View

AgendaView Class

AgendaView Members

DevExpress.Web.ASPxScheduler Namespace