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

IResourceNavigationService.CanNavigatePageForward() Method

Indicates whether the Scheduler can advance one visible resource frame.

Namespace: DevExpress.XtraScheduler.Services

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

Declaration

bool CanNavigatePageForward()

Returns

Type Description
Boolean

trueif the Scheduler can navigate one resource page forward; otherwise, false.

Remarks

The visible resource frame, in other words, a visible resource count, is specified by the IResourceNavigationService.ResourcePerPage property. The CanNavigatePageForward method can be used to check for the possibility to navigate one page forward.

Use this method for implementing a custom resource navigator.

See Also