SelectionChangedEventArgs.SelectedItems Property
In This Article
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 | |
---|---|---|
Tree |
Tree |
Tree |
Sunburst |
Sunburst |
Sunburst |
See Also