Skip to main content

TimelineView.NavigateForward() Method

Advance one visible time frame forward.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public override void NavigateForward()

Remarks

Call the NavigateForward to move one “scheduler screen” time frame forward. For the TimelineView, the time frame is defined by the TimelineView.IntervalCount property.

See Also