Skip to main content
All docs
V18.2

ASPxClientDashboardMasterFilterSetEventArgs.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 value that specifies the component name of the dashboard item.

Remarks

Use the ItemName property to determine the name of the master filter item which causes the ASPxClientDashboardViewer.MasterFilterSet event.

See Also