TreeListHitInfo(TreeListHitTest) Constructor
Initializes a new instance of the TreeListHitInfo class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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