Skip to main content

DashboardItemSelectionChangedWpfEventArgs.CurrentSelection Property

Gets currently selected elements’ data.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public List<AxisPointTuple> CurrentSelection { get; }

Property Value

Type Description
List<AxisPointTuple>

A list of AxisPointTuple objects corresponding to the selected elements.

See Also