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
public int TimeScaleSlotCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 2 | The number of slots (minor time intervals) in the time scale interval. This value must be larger than 0. |
See Also