Back to Devexpress

SelectionChangedEventArgs.SelectedItems Property

windowsforms-devexpress-dot-xtratreemap-dot-selectionchangedeventargs.md

latest2.1 KB
Original Source

SelectionChangedEventArgs.SelectedItems Property

Returns the collection of selected items.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public IEnumerable SelectedItems { get; }
vb
Public ReadOnly Property SelectedItems As IEnumerable

Property Value

TypeDescription
IEnumerable

The collection of selected hierarchical items.

|

Remarks

The property can return a collection of data items or a collection of tree map / sunburst items. The concrete type of returned objects depends on a data adapter type that the control uses:

Data objectsHierarchical chart control’s items
TreeMapControl‘s data adapterTreeMapFlatDataAdapter or TreeMapHierarchicalDataAdapterTreeMapItemStorage
SunburstControl‘s data adapterSunburstFlatDataAdapter or SunburstHierarchicalDataAdapterSunburstItemStorage

See Also

SelectionChangedEventArgs Class

SelectionChangedEventArgs Members

DevExpress.XtraTreeMap Namespace