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

IResourceNavigationService.NavigatePageForward() Method

Navigates one visible resource page forward.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

void NavigatePageForward()

Remarks

The visible resource count is specified by the SchedulerViewBase.ResourcesPerPage property. Use the NavigatePageForward method to advance in the resource list.

Use this method for implementing a custom resource navigator.

See Also