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

SchedulerControl.ResourceNavigator Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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