Back to Devexpress

ResourceNavigator Class

aspnet-devexpress-dot-web-dot-aspxscheduler-cfdcda9b.md

latest2.2 KB
Original Source

ResourceNavigator Class

Represents the Resource Navigator control.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ResourceNavigator :
    ResourceNavigatorPropertiesBase
vb
Public Class ResourceNavigator
    Inherits ResourceNavigatorPropertiesBase

The following members return ResourceNavigator objects:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapScheduler.OptionsResourceNavigator
ASP.NET Web Forms ControlsASPxScheduler.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

IStateManager

Inheritance

Object StateManager PropertiesBase ResourceNavigatorPropertiesBase ResourceNavigator

See Also

ResourceNavigator Members

DevExpress.Web.ASPxScheduler Namespace