Skip to main content

ResourceNavigator Class

Represents the Resource Navigator control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class ResourceNavigator :
    INavigatableControl,
    IDisposable

The following members return ResourceNavigator objects:

Remarks

When the scheduler’s appointments are assigned to resources and the ResourceNavigator.Visibility property is set to either ResourceNavigatorVisibility.Always, or it is set to ResourceNavigatorVisibility.Auto and the SchedulerViewBase.ResourcesPerPage is not equal to 0, the scheduler control displays a resource navigator at its bottom-right.

This navigator can be used by end-users to navigate through assigned resources and to change the number of visible resources per page (this number can be programmatically accessed via the SchedulerViewBase.ResourcesPerPage property).

Use the properties of the ResourceNavigator class to control the navigator’s visibility, change its appearance and hint texts, etc.

Inheritance

Object
ResourceNavigator
See Also