DayViewBase.TimeScaleSlotCount Property
Gets or sets the number of slots (minor time intervals) in a TimeScaleInterval (major time interval).
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public int TimeScaleSlotCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The number of slots (minor time intervals) in the time scale interval. This value must be larger than 0. |
See Also