Skip to main content
A newer version of this page is available. .

IDashboardControl.MasterFilterCleared Event

Occurs when an end user clears the selection in the master filter item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.2.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

event MasterFilterClearedEventHandler MasterFilterCleared

Event Data

The MasterFilterCleared event's data class is MasterFilterClearedEventArgs. The following properties provide information specific to this event:

Property Description
DashboardItemName Gets the name of the dashboard item.
See Also