Skip to main content

TreeListHitInfo.HitTest Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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