TcxTreeListHitTest.HitAtBandContainer Property
Identifies if the inspected point belongs to the column header panel.
Declaration
property HitAtBandContainer: Boolean index tlhc_HitAtBandContainer read;
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The HitAtBandContainer
property returns True
if the inspected point belongs to the column header panel.
You can use the HitBand property to access the band to which this column header panel point corresponds.
See Also