DashboardToolbarItem Members
An element, contained in the dashboard title or dashboard item caption, such as a command button.Constructors
| Name | Description |
|---|---|
| DashboardToolbarItem() | Initializes a new instance of the DashboardToolbarItem class with default settings. |
| DashboardToolbarItem(Action<DashboardToolbarItemClickEventArgs>) | Initializes a new instance of the DashboardToolbarItem class with the specified click action. |
| DashboardToolbarItem(Nullable<Boolean>, Action<DashboardToolbarItemClickEventArgs>) | Initializes a new instance of the DashboardToolbarItem class with the specified checked state, tooltip and click action. |
| DashboardToolbarItem(Nullable<Boolean>, String, Action<DashboardToolbarItemClickEventArgs>) | Initializes a new instance of the DashboardToolbarItem class with the specified checked state, tooltip and click action. |
| DashboardToolbarItem(String, Action<DashboardToolbarItemClickEventArgs>) | Initializes a new instance of the DashboardToolbarItem class with the specified tooltip and click action. |
| DashboardToolbarItem(String) | Initializes a new instance of the DashboardToolbarItem class with the specified setting. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes of the current object and releases all its unmanaged resources. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also