DashboardToolbarItem(String) Constructor
Initializes a new instance of the DashboardToolbarItem class with the specified setting.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
tooltip | String | A String that is the text displayed in the tooltip. |
Remarks
This constructor creates an item which cannot be clicked and pushed because it has no checked state and click action assigned to it.
See Also