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