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

TreeListHitInfo.HitTest Property

Gets an object containing information about the visual element located under the test point.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
public TreeListHitTest HitTest { get; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListHitTest

A DevExpress.XtraTreeList.TreeListHitTest object containing information about the visual element located under the test point.

See Also