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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public IEnumerable<DateTime> Days { get; set; }

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