Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public int DayCount { get; set; }

Property Value

Type Description
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