Back to Devexpress

TimelineView.GetBaseTimeScale() Method

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-timelineview-db59f507.md

latest1.2 KB
Original Source

TimelineView.GetBaseTimeScale() Method

Gets the time scale with the minimum time interval among enabled scales.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.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

TimelineView Class

TimelineView Members

DevExpress.Web.ASPxScheduler Namespace