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