Skip to main content

WorkWeekView.NavigateForward() Method

Advances 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 method to switch to the next “scheduler screen” time frame. For the Work Week View, the visible time frame is defined by the SchedulerControl.WorkDays property.

See Also