Skip to main content

DayView.DayCount Property

Gets or sets the number of days that are simultaneously displayed within the Day View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(1)]
[XtraSerializableProperty]
public virtual int DayCount { get; set; }

Property Value

Type Default Description
Int32 1

A positive integer value that specifies the number of days displayed by the View.

Remarks

Use the DayCount property to specify the number of days simultaneously displayed within the Day View starting from the date set for the SchedulerControl.Start property.

See Also