IResourceNavigationService Interface
Provides properties and methods for the resource list navigation.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
You can get the IResourceNavigationService
as described in Introduction to Services in XtraScheduler document, use it or substitute with your own custom descendant.
The simplest technique to use the Resource Navigation service is to get access to its properties and methods with the service wrapper accessible using the SchedulerControl.Services.ResourceNavigation notation.
See Also