Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SelectionChangedEventArgs.SelectedItems Property

Returns the collection of selected items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.dll

NuGet Package: DevExpress.TreeMap

#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