Skip to main content

IResourceNavigationService.CanNavigatePageForward() Method

Indicates whether the Scheduler can advance one visible resource frame.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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