TreeListViewHitInfo.HitTest Property
In This Article
Gets the visual element located under the test object.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The HitTest property allows you to identify the type of a visual element located under the test object.
To learn more, see Hit Information.
See Also