Back to Devexpress

AgendaView.DayCount Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-agendaview-34021bd2.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public int DayCount { get; set; }
vb
Public Property DayCount As Integer

Property Value

TypeDescription
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

AgendaView Class

AgendaView Members

DevExpress.Xpf.Scheduling Namespace