Skip to main content
A newer version of this page is available. .

WorkWeekView.NavigateForward() Method

Advances one visible time frame forward.

Namespace: DevExpress.Xpf.Scheduling

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

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