MasterFilterSetEventArgs.DashboardItemName Property
Gets the name of the dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public string DashboardItemName { get; }
Public ReadOnly Property DashboardItemName As String
Property Value
Type | Description |
---|---|
String | A String that is the name of the dashboard item. |
Remarks
Use the DashboardItemName property to determine the name of the master filter item which causes the MasterFilterSet event.
See Also
Feedback