Back to Devexpress

DayViewBase.TimeScaleSlotCount Property

maui-devexpress-dot-maui-dot-scheduler-dot-dayviewbase-5f34619f.md

latest1.0 KB
Original Source

DayViewBase.TimeScaleSlotCount Property

Gets or sets the number of slots (minor time intervals) in a TimeScaleInterval (major time interval). This is a bindable property.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public int TimeScaleSlotCount { get; set; }

Property Value

TypeDefaultDescription
Int322

The number of slots (minor time intervals) in the time scale interval. This value must be larger than 0.

|

See Also

DayViewBase Class

DayViewBase Members

DevExpress.Maui.Scheduler Namespace