Skip to main content
All docs
V18.2

ASPxClientDashboardMasterFilterSetEventArgs Class

Provides data for the ASPxClientDashboardViewer.MasterFilterSet event.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class ASPxClientDashboardMasterFilterSetEventArgs :
    ASPxClientEventArgs

Remarks

The ASPxClientDashboardViewer.MasterFilterSet event is raised when an end-user changes the state of the master filter.

The ASPxClientDashboardMasterFilterSetEventArgs.ItemName property allows you to determine the name of the master filter item which causes the event.

Use the ASPxClientDashboardMasterFilterSetEventArgs.Values property to obtain values of currently selected elements in the master filter item.

Inheritance

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