DashboardToolbarItemClickEventArgs.Item Property
In This Article
Provides access to an element being clicked.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public IDashboardToolbarItem Item { get; }
#Property Value
Type | Description |
---|---|
IDashboard |
An element, located in the dashboard title or dashboard item caption, such as a command button. |
See Also