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

TreeMapHitInfo.InTreeMapItem Property

Returns a value indicating whether or not the cursor is over the tree map item.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public bool InTreeMapItem { get; }

Property Value

Type Description
Boolean

true if the cursor over an item; otherwise false.

See Also