Skip to main content

DashboardToolbarItem(String) Constructor

Initializes a new instance of the DashboardToolbarItem class with the specified setting.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardToolbarItem(
    string tooltip
)

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