Skip to main content
All docs
V18.2

ASPxClientDashboardItemClickEventArgs.ItemName Property

Gets the name of the dashboard item for which the event has been raised.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string ItemName { get; }

Property Value

Type Description
String

A string value that is the dashboard item name.

See Also