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

TreeListHitInfo(TreeListHitTest) Constructor

Initializes a new instance of the TreeListHitInfo class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListHitInfo(
    TreeListHitTest ht
)

Parameters

Name Type Description
ht DevExpress.XtraTreeList.TreeListHitTest

A TreeListHitTest object containing information about the visual element located under the test point. This value is assigned to the TreeListHitInfo.HitTest property.

See Also