Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListHitTest.HitAtColumn Property

Identifies if the inspected point belongs to a Tree List column.

#Declaration

Delphi
property HitAtColumn: Boolean index tlhc_HitAtColumn read;

#Property Value

Type Description
Boolean

True if the inspected point belongs to a Tree List column; otherwise. False.

#Remarks

Use the HitAtColumn property to identify if the inspected point is within a Tree List column.

VCL Tree List: A Tree List Column

See Also