Skip to main content

BootstrapSchedulerResourceNavigator Class

Represents the Resource Navigator control.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DXClientDocumentationProviderWeb("BootstrapSchedulerDateNavigator")]
[ToolboxTabName("DX.23.2: Bootstrap Controls")]
public class BootstrapSchedulerResourceNavigator :
    ASPxResourceNavigator,
    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.

See Also