DashboardToolbarItem Properties
An element, contained in the dashboard title or dashboard item caption, such as a command button.| Name | Description |
|---|---|
| ButtonImage | Gets or sets a raster image displayed within the item. |
| ButtonType | Gets the type of the clicked command button. |
| Caption | Gets or sets the text displayed within the item. |
| Checked | Gets a value indicating whether the item is in the pushed state. |
| ClickAction | Gets or sets an action performed after a user clicks the dashboard toolbar item (the command button). |
| Enabled | Gets or sets whether the item is active. |
| MenuItems | Gets a collection of DashboardToolbarMenuItem objects associated with the menu. |
| SuperTip | Gets or sets a SuperToolTip for the current control. |
| SvgImage | Gets or sets a vector image displayed within the item. |
| Tag | Gets or sets custom data associated with the item. |
| Tooltip | Gets or sets the text displayed in a regular tooltip. |
See Also