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

WorkWeekView.NavigateBackward() Method

Moves one visible time frame backward.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public override void NavigateBackward()

Remarks

Use the NavigateBackward method to step back one “scheduler screen” time frame. For the Work Week View, the visible time frame is defined by the SchedulerControl.WorkDays property.

See Also