Skip to main content

TreeListViewHitInfo.HitTest Property

Gets the visual element located under the test object.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListViewHitTest HitTest { get; }

#Property Value

Type Description
TreeListViewHitTest

A TreeListViewHitTest enumeration value that identifies the visual element located under the test object.

#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