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

ASPxClientDashboardViewer.MasterFilterCleared Event

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientDashboardMasterFilterClearedEventHandler MasterFilterCleared

Event Data

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

Property Description
ItemName Gets 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 ASPxClientDashboardMasterFilterClearedEventArgs.ItemName event parameter allows you to determine the name of the master filter item which causes the event.

See Also