Back to Devexpress

SelectedItemsChangedEventArgs.NewItems Property

corelibraries-devexpress-dot-xtracharts-dot-selecteditemschangedeventargs-86f0c370.md

latest1.5 KB
Original Source

SelectedItemsChangedEventArgs.NewItems Property

Provides access to a collection of new selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IList NewItems { get; }
vb
Public ReadOnly Property NewItems As IList

Property Value

TypeDescription
IList

A collection of newly selected items.

|

Remarks

When the chart control is connected to a data source, the ChartControl.SelectedItems property returns a collection of business data objects instead of selected series points.

See Also

SelectedItemsChangedEventArgs Class

SelectedItemsChangedEventArgs Members

DevExpress.XtraCharts Namespace