Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ResourceNavigator Class

Represents the Resource Navigator control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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