Skip to main content
All docs
V18.2

ASPxClientDashboardItemWidgetEventArgs.ItemName Property

Gets the component name of the dashboard item for which the event was 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 component name of the dashboard item.

Remarks

Use the ASPxClientDashboardItemWidgetEventArgs.GetWidget property to access the widget corresponding to the current dashboard item.

See Also