ResourceNavigatorProperties.Mode Property
Specifies the resource navigation mode.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Resource |
Pager | One of the Resource |
Available values:
Name | Description |
---|---|
Pager | Uses a pager’s functionality for navigation. |
Tokens | Displays resources as tokens. |
#Remarks
Set the Mode property to one of the following values to specify the resource navigation mode:
Tokens (ResourceNavigatorMode.Tokens) - Displays resources as tokens.
The ResourceNavigatorTokensProperties object defines whether to display the resources’ colored labels (ResourceNavigatorTokensProperties.ShowResourceColor) and the expand button to review all available resources (ResourceNavigatorTokensProperties.ShowExpandButton) in the Resource Navigator.
- Pager (ResourceNavigatorMode.Pager) – Uses a pager’s functionality for navigation. End-users can use toolbar buttons with arrows, plus and minus signs, and a drop-down list of resources to navigate through the visible resources, as well as increase or decrease their total number. The ResourceNavigatorPagerProperties object provides settings specific to this mode.