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

ResourceNavigator Class

Represents the Resource Navigator control.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ResourceNavigator :
    ResourceNavigatorPropertiesBase

The following members return ResourceNavigator objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxScheduler.ResourceNavigator
ASP.NET Bootstrap Controls BootstrapScheduler.OptionsResourceNavigator
BootstrapScheduler.ResourceNavigator

Remarks

The ResourceNavigator navigator provides to end-users the ability 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 and change its appearance.

Implements

See Also