Skip to main content
A newer version of this page is available. .

TreeMapHitInfo.TreeMapItem Property

Returns the tree map item that is under the point being hit tested.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public TreeMapItem TreeMapItem { get; }

Property Value

Type Description
TreeMapItem

A TreeMapItem object.

See Also