Skip to main content
A newer version of this page is available. .

SelectionChangedEventArgs.SelectedItems Property

Returns the collection of selected items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public IEnumerable SelectedItems { get; }

Property Value

Type Description
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 objects Hierarchical chart control’s items
TreeMapControl‘s data adapter TreeMapFlatDataAdapter or TreeMapHierarchicalDataAdapter TreeMapItemStorage
SunburstControl‘s data adapter SunburstFlatDataAdapter or SunburstHierarchicalDataAdapter SunburstItemStorage
See Also