SchedulerViewBase.GotoTimeInterval(TimeInterval) Method
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
)
Public Overridable Sub GotoTimeInterval(
interval As TimeInterval
)
Parameters
| Name | Type | Description |
|---|---|---|
| interval | TimeInterval | A DevExpress.XtraScheduler.TimeInterval object that specifies the required time interval. |
See Also