Back to Devexpress

AgendaView.DayCount Property

windowsforms-devexpress-dot-xtrascheduler-dot-agendaview-4ca8abf0.md

latest1.2 KB
Original Source

AgendaView.DayCount Property

Gets or sets the number of days displayed in the view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Int321

An integer that specifies the number of days whose appointments are listed in the view.

|

See Also

AgendaView Class

AgendaView Members

DevExpress.XtraScheduler Namespace