Back to Devexpress

HierarchicalChartControlBase.SelectedItems Property

windowsforms-devexpress-dot-xtratreemap-dot-hierarchicalchartcontrolbase-ccbaf234.md

latest2.0 KB
Original Source

HierarchicalChartControlBase.SelectedItems Property

Gets or sets the list of the TreeMap or Sunburst Control’s selected items.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.UI.dll

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public IList SelectedItems { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property SelectedItems As IList

Property Value

TypeDescription
IList

A list of selected items.

|

Remarks

If the TreeMap or Sunburst Control is bound to data using its FlatDataAdapter or HierarchicalDataAdapter , the SelectedItems property returns the data source objects for the selected treemap / sunburst items. The TreeMapItem.Tag / SunburstItem.Tag property stores these data source objects.

If the TreeMap or Sunburst Control uses ItemStorage , the SelectedItems property stores the selected treemap / sunburst items. Note that if the item’s Tag property is specified, the SelectedItems stores the Tag property values.

See Also

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.XtraTreeMap Namespace