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

DayView.DayCount Property

Gets or sets the number of days that are simultaneously displayed within the Day View. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "OnDayCountChanged")]
public int DayCount { get; set; }

Property Value

Type Description
Int32

A positive integer value that specifies the number of days displayed by the Day View. By default, 1

See Also