Skip to main content
All docs
V18.2

ASPxClientDashboard.SetMasterFilter(String, ASPxClientDashboardItemDataAxisPointTuple[]) Method

Selects the required elements 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,
    ASPxClientDashboardItemDataAxisPointTuple[] axisPointTuples
)

Parameters

Name Type Description
itemName String

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

axisPointTuples ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects used to identify master filter elements.

See Also