IResourceNavigationService.CanNavigateFirst() Method
Indicates whether navigation to the first resource in a list is allowed.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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