Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.SetMasterFilter(String, Object[][]) Method

Selects required elements by their values in the specified master filter item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetMasterFilter(
    string itemName,
    object[][] values
)

Parameters

Name Type Description
itemName String

A String that species the component name of the master filter item.

values Object[][]

Values that will be used to select elements in the master filter item.

See Also