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

IResourceNavigationService Interface

Provides properties and methods for the resource list navigation.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

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