Skip to main content

TimelineView.GetBaseTimeScale() Method

Gets the time scale which has the minimum time interval among enabled scales.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public TimeScale GetBaseTimeScale()
Public Function GetBaseTimeScale As TimeScale

Returns

Type Description
TimeScale

A TimeScale object.

Remarks

Use the GetBaseTimeScale method to get access to the most detailed time scale of the timeline.

See Also