Skip to main content

SeriesView.SelectedItems Property

Gets or sets the collection of selected items of the SeriesView object.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IList<object> SelectedItems { get; set; }

Property Value

Type Description
IList<Object>

A list which contains selected data points.

See Also