AgendaView.Days Property
Specifies the collection of System.DateTime values representing the days displayed in the Agenda View.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<DateTime> | A collection of System.DateTime values representing the days displayed in the Agenda View. |
Remarks
The DayCount property specifies the number of consecutive days displayed in the Agenda View.
See Also