Skip to main content

IResourceNavigationService.CanNavigateFirst() Method

Indicates whether navigation to the first resource in a list is allowed.

Namespace: DevExpress.XtraScheduler.Services

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool CanNavigateFirst()

Returns

Type Description
Boolean

true if you are allowed to move to the first resource in a list; otherwise, false.

Remarks

Use this method for implementing a custom resource navigator.

See Also