Back to Devexpress

ASPxResourceNavigator Class

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

latest4.2 KB
Original Source

ASPxResourceNavigator 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 ASPxResourceNavigator :
    ASPxSchedulerRelatedControl
vb
Public Class ASPxResourceNavigator
    Inherits ASPxSchedulerRelatedControl

Remarks

When the scheduler’s appointments are grouped either by dates or resources (see the ASPxScheduler.GroupType property), the scheduler displays the Resource Navigator control if the ResourceNavigator.Visibility property is not set to ResourceNavigatorVisibility.Never.

This control helps end-users to navigate through assigned resources and to change the number of visible resources per page (specified via the SchedulerViewBase.ResourcesPerPage property).

Use the properties of the ASPxResourceNavigator class to control the navigator’s visibility and appearance, and to hide unnecessary buttons (this can be accomplished via the EnableFirstLast , EnablePrevNextPage , EnablePrevNext , EnableIncreaseDecrease properties of the ASPxResourceNavigator.Properties object.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxSchedulerRelatedControlBase ASPxSchedulerRelatedControl ASPxResourceNavigator BootstrapSchedulerResourceNavigator

See Also

ASPxResourceNavigator Members

DevExpress.Web.ASPxScheduler Namespace