Skip to main content
A newer version of this page is available. .

IResourceNavigationService.CanNavigateLast() Method

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

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

bool CanNavigateLast()

Returns

Type Description
Boolean

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

Remarks

Use this method for implementing a custom resource navigator.

See Also