Skip to main content

IResourceNavigationService.CanNavigatePageBackward() Method

Indicates whether the Scheduler can move back one visible resource frame.

Namespace: DevExpress.XtraScheduler.Services

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool CanNavigatePageBackward()

Returns

Type Description
Boolean

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

Remarks

The visible resource frame, in other words, a visible resource count, is specified by the SchedulerViewBase.ResourcesPerPage property. The CanNavigatePageBackward method can be used to check for the possibility to navigate one page backward.

Use this method for implementing a custom resource navigator.

See Also