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

AgendaView.DayCount Property

Gets or sets the number of consecutive days displayed in the Agenda View. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public int DayCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of days displayed in the view.

Remarks

The Days property specifies the collection of System.DateTime values representing the days displayed in the Agenda View. Use the Days property to display non-consecutive dates.

See Also