Skip to main content
All docs
V18.2

ASPxClientDashboardDrillUpPerformedEventArgs.ItemName Property

Gets the name of the dashboard item.

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 that is the name of the dashboard item.

Remarks

Use the ItemName property to determine the name of the dashboard item in which drill-up has been performed.

See Also