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

IResourceNavigationService.NavigatePageBackward() Method

Navigates one visible resource page backward.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void NavigatePageBackward()

Remarks

The visible resource count is specified by the SchedulerViewBase.ResourcesPerPage property. Use the NavigatePageBackward method to move backward in the resource list.

Use this method for implementing a custom resource navigator.

See Also