TcxTreeListHitTest.HitNode Property
Provides access to the node that contains the test point.
Declaration
property HitNode: TcxTreeListNode read;
Property Value
Type |
---|
TcxTreeListNode |
Remarks
If the point does not belong to any node, the HitNode property returns nil. To determine whether the point belongs to any node, use the HitAtNode property.
See Also