Back to Devexpress

TimelineView.GetBaseTimeScale() Method

windowsforms-devexpress-dot-xtrascheduler-dot-timelineview-a00ba61a.md

latest1.2 KB
Original Source

TimelineView.GetBaseTimeScale() Method

Gets the time scale with the most detailed time interval.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public TimeScale GetBaseTimeScale()
vb
Public Function GetBaseTimeScale As TimeScale

Returns

TypeDescription
TimeScale

A TimeScale object.

|

Remarks

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

See Also

Scales

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace