Skip to main content
All docs
V18.2

ASPxClientDashboardMasterFilterClearedEventArgs Class

Provides data for the ASPxClientDashboardViewer.MasterFilterCleared event.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class ASPxClientDashboardMasterFilterClearedEventArgs :
    ASPxClientEventArgs

Remarks

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

The ASPxClientDashboardMasterFilterClearedEventArgs class exposes the ASPxClientDashboardMasterFilterClearedEventArgs.ItemName property that allows you to determine the name of the master filter item which causes the event.

Inheritance

Object
DevExpress.Web.Scripts.JavaScriptObject
DevExpress.Web.Scripts.ASPxClientEventArgs
ASPxClientDashboardMasterFilterClearedEventArgs
See Also