Skip to main content

TreeMapHitInfo.InTreeMapItem Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.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