Skip to main content

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

NuGet Package: 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