Back to Devexpress

DashboardDesigner.MasterFilterCleared Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-75a5d5eb.md

latest2.3 KB
Original Source

DashboardDesigner.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
public event MasterFilterClearedEventHandler MasterFilterCleared
vb
Public 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.

Remarks

The MasterFilterCleared event is raised when an end-user clears the selection in the master filter item.

The MasterFilterClearedEventArgs.DashboardItemName event parameter allows you to determine the name of the master filter item which causes the event.

Implements

MasterFilterCleared

See Also

MasterFilterSet

Synchronize Master Filter and Drill Down Actions Between Dashboards

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace