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

BootstrapSchedulerResourceNavigator.Mode Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(ResourceNavigatorMode.Pager)]
public virtual ResourceNavigatorMode Mode { get; set; }

Property Value

Type Default
ResourceNavigatorMode **Pager**

Available values:

Name Description
Pager

Uses a pager’s functionality for navigation.

Tokens

Displays resources as tokens.

See Also