Skip to main content

SchedulerViewBase.GotoTimeInterval(TimeInterval) Method

In This Article

Selects the specified time interval and scrolls the view to it, if it is not currently visible.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public virtual void GotoTimeInterval(
    TimeInterval interval
)

#Parameters

Name Type Description
interval TimeInterval

A DevExpress.XtraScheduler.TimeInterval object that specifies the required time interval.

See Also