TcxTreeListHitTest.HitAtColumnHeader Property
In This Article
Indicates whether the test point belongs to a TreeList column header.
#Declaration
Delphi
property HitAtColumnHeader: Boolean index tlhc_HitAtColumnHeader read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the HitAtColumnHeader property to determine whether the point being tested belongs to a TreeList column header (column headers are shown in the image below). The property returns True if the point belongs to any column header.
See Also