Skip to main content
A newer version of this page is available. .

AgendaView.DayCount Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

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

Property Value

Type Default Description
Int32 1

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

See Also