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

SchedulerControl.ResourceNavigator Property

Gets the resource navigator control used to navigate through resources by end-users.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public ResourceNavigator ResourceNavigator { get; }

#Property Value

Type Description
ResourceNavigator

A ResourceNavigator object representing the scheduler control’s resource navigator.

#Remarks

When the scheduler’s appointments are assigned to resources and the ResourceNavigator.Visibility property is set to either ResourceNavigatorVisibility.Always or ResourceNavigatorVisibility.Auto, 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).

The ResourceNavigator property provides access to this navigator’s settings. Using this property you can control the navigator’s visibility, change its appearance and hint texts, etc.

See Also