Skip to main content
A newer version of this page is available.
All docs
V19.1

TreeMapControl.SelectedItem Property

Gets or sets the currently selected item of a TreeMap Control.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v19.1.dll

Declaration

[NonCategorized]
public object SelectedItem { get; set; }

Property Value

Type Description
Object

A Object specifying the currently selected item.

Remarks

If the TreeMap Control uses TreeMapFlatDataAdapter or TreeMapHierarchicalDataAdapter data adapter, this property stores the source object for the selected tree map item.

If the TreeMap Control uses TreeMapItemStorage, this property stores the selected tree map item itself.

See Also