Back to Devexpress

IDashboardControl.MasterFilterCleared Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-47f0810a.md

latest1.4 KB
Original Source

IDashboardControl.MasterFilterCleared Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event MasterFilterClearedEventHandler MasterFilterCleared
vb
Event MasterFilterCleared As MasterFilterClearedEventHandler

Event Data

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

PropertyDescription
DashboardItemNameGets the name of the dashboard item.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace