Back to Devexpress

AgendaView.Days Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-agendaview-67f2a20e.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IEnumerable<DateTime> Days { get; set; }
vb
Public Property Days As IEnumerable(Of Date)

Property Value

TypeDescription
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

AgendaView Class

AgendaView Members

DevExpress.Xpf.Scheduling Namespace