Skip to main content

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

C#
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