Skip to main content

DashboardItemSelectionChangedWpfEventArgs.CurrentSelection Property

Gets currently selected elements’ data.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.1.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