Skip to main content
All docs
V18.2

ASPxClientDashboardItemSelectionChangedEventArgs.GetCurrentSelection() Method

Gets currently selected elements.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple[] GetCurrentSelection()

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects corresponding to the selected elements.

See Also