Skip to main content
A newer version of this page is available. .

DayViewBase.TimeScaleInterval Property

Gets or sets the interval between two major time tickmarks.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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 Explanation

  1. Time Scale Interval
  2. Imte Scale Slot
See Also