Skip to main content
A newer version of this page is available. .

DashboardItemSelectionChangedWpfEventArgs.CurrentSelection Property

Gets currently selected elements’ data.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public List<AxisPointTuple> CurrentSelection { get; }

Property Value

Type Description
List<AxisPointTuple>

A list of AxisPointTuple objects corresponding to the selected elements.

See Also