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

ResourceNavigator Class

Represents the Resource Navigator control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public class ResourceNavigator :
    INavigatableControl

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