Back to Devexpress

IResourceNavigationService Interface

corelibraries-devexpress-dot-xtrascheduler-dot-services-e7a34b99.md

latest1.7 KB
Original Source

IResourceNavigationService Interface

Provides properties and methods for the resource list navigation.

Namespace : DevExpress.XtraScheduler.Services

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public interface IResourceNavigationService
vb
Public Interface IResourceNavigationService

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

IResourceNavigationService Members

Services

Resources for Appointments

Resource Navigator

DevExpress.XtraScheduler.Services Namespace