TreeMapHitInfo.TreeMapItem Property
In This Article
Returns the tree map item over which the cursor is.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
public TreeMapItem TreeMapItem { get; }
#Property Value
Type | Description |
---|---|
Tree |
The tree map item over which the cursor is. |
See Also