dashboard-js-devexpress-dot-dashboard-a21ae528.md
Provides access to the dashboard item’s caption elements.
export interface DashboardItemCaptionToolbarOptions
A dashboard item’s caption can contain the following elements:
Use the ViewerToolbarItem class to create a toolbar item.
Refer to the Array documentation for information on how to manage the collection of toolbar items.
Specifies an action items collection.
actionItems: Array<ViewerToolbarItem>
| Type | Description |
|---|---|
| ViewerToolbarItem[] |
An array of the action toolbar items.
|
An action item is a control element displayed only when the mouse pointer hovers over the dashboard item caption. (for instance, the Export To and Values buttons).
Specifies a navigation items collection.
navigationItems: Array<ViewerToolbarItem>
| Type |
|---|
| ViewerToolbarItem[] |
Specifies a state items collection.
stateItems: Array<ViewerToolbarItem>
| Type | Description |
|---|---|
| ViewerToolbarItem[] |
An array of the state toolbar items.
|
A state item is a control element displayed only in specific dashboard states (for example, the Drill Up and Clear Master Filter buttons).
Specifies a static items collection.
staticItems: Array<ViewerToolbarItem>
| Type | Description |
|---|---|
| ViewerToolbarItem[] |
An array of the static toolbar items.
|
A static item is a control element displayed on the left and only visible if the caption is enabled (for example, the item caption, the limit visible data icon).