MasterFilterClearedEventArgs Class
Provides data for the MasterFilterCleared event of the DashboardDesigner and DashboardViewer.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The MasterFilterCleared event is raised when an end-user clears the selection in the master filter item.
The MasterFilterClearedEventArgs class exposes the MasterFilterClearedEventArgs.DashboardItemName property that allows you to determine the name of the master filter item which causes the event.
See Also