TreeMapHitInfo.TreeMapItem Property
In This Article
Returns the tree map item that is under the point being hit tested.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.2.dll
NuGet Package: DevExpress.Wpf.TreeMap
#Declaration
public TreeMapItem TreeMapItem { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also