Skip to main content

IResourceNavigationService.CanNavigateBackward() Method

Indicates whether there is a resource in the list before the current position to which navigation is alllowed.

Namespace: DevExpress.XtraScheduler.Services

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool CanNavigateBackward()

Returns

Type Description
Boolean

true if a backward move in the resource list is allowed; otherwise, false.

Remarks

Use this method for implementing a custom resource navigator.

See Also