Skip to main content

DashboardToolbarItemClickEventArgs.Item Property

Provides access to an element being clicked.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public IDashboardToolbarItem Item { get; }

Property Value

Type Description
IDashboardToolbarItem

An element, located in the dashboard title or dashboard item caption, such as a command button.

See Also