Back to Devexpress

BootstrapSchedulerResourceNavigator Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-0364d41d.md

latest3.3 KB
Original Source

BootstrapSchedulerResourceNavigator Class

Represents the Resource Navigator control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapSchedulerDateNavigator")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapSchedulerResourceNavigator :
    ASPxResourceNavigator,
    ISimpleRenderControl
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapSchedulerDateNavigator")>
Public Class BootstrapSchedulerResourceNavigator
    Inherits ASPxResourceNavigator
    Implements ISimpleRenderControl

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 BootstrapSchedulerResourceNavigator 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.

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxSchedulerRelatedControlBase ASPxSchedulerRelatedControl ASPxResourceNavigator BootstrapSchedulerResourceNavigator

See Also

BootstrapSchedulerResourceNavigator Members

Scheduler

Demo: Resource Navigator

DevExpress.Web.Bootstrap Namespace