Skip to main content
All docs
V18.2

ASPxClientDashboard.GetCurrentSelection(String) Method

Returns currently selected elements in the master filter item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple[] GetCurrentSelection(
    string itemName
)

Parameters

Name Type Description
itemName String

A String that specifies a component name of the master filter item.

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects that identify currently selected elements.

See Also