Skip to main content

ASPxScheduler.ResourceNavigator Property

Gets the Resource Navigator control used to navigate through resources by end-users.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ResourceNavigator ResourceNavigator { get; }

Property Value

Type Description
ResourceNavigator

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

Remarks

When the scheduler’s appointments are assigned to Resources, the scheduler can display a resource navigator control. The Resource Navigator can help the end-users to navigate through assigned resources, and 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 the navigator’s settings. Using this property, you can show or hide the Resource Navigator control itself, or specify which navigation button pairs are shown.

See Also