Skip to main content
A newer version of this page is available. .

DashboardToolbarItemClickEventArgs.Item Property

Provides access to an element being clicked.

Namespace: DevExpress.DashboardWin

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

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