DayViewBase.TimeScaleInterval Property
Gets or sets the interval between two major time tickmarks.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public TimeSpan TimeScaleInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | The interval between two major time tickmarks. |
Remarks
The following image illustrates the time scale intervals and time scale slots.

- Time Scale Interval
- Imte Scale Slot
See Also