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

Resource Navigator

The Resource Navigator element is used to change the number of visible resources and to scroll through the list of available resources. It is displayed only when the appointments are grouped by dates or resources (use the SchedulerControl.GroupType property to specify the grouping type).

ResourceNavigator.png

The Resource Navigator element is defined by the ResourceNavigator class accessible using the SchedulerControl.ResourceNavigator property.

To hide or display the resource navigator, set the ResourceNavigator.Visibility property to ResourceNavigatorVisibility.Never or ResourceNavigatorVisibility.Always. When it is set to ResourceNavigatorVisibility.Auto, the resource navigator is displayed only when the SchedulerViewBase.ResourcesPerPage property is not equal to zero.

The appearance and functionality of resource navigator buttons can be customized by specifying the properties of the items in the ControlNavigatorButtons available via the ResourceNavigator.Buttons property.

See Also