Skip to main content

IResourceNavigationService.CanNavigateForward() Method

Indicates whether you can advance to the next resource in a list.

Namespace: DevExpress.XtraScheduler.Services

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool CanNavigateForward()

Returns

Type Description
Boolean

true if navigation to the next resource in a list is allowed; otherwise, false.

Remarks

Use this method for implementing a custom resource navigator.

See Also