Skip to main content
All docs
V18.2

ASPxClientDashboard.GetCurrentFilterValues(String) Method

Returns axis point tuples identifying currently selected elements in the master filter item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple[] GetCurrentFilterValues(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects identifying elements that can be selected in the current state of the master filter item.

See Also