Skip to main content

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

True if the inspected point belongs to the column header panel; otherwise, False.

Remarks

The HitAtBandContainer property returns True if the inspected point belongs to the column header panel.

VCL Tree List: A Band Container Example

You can use the HitBand property to access the band to which this column header panel point corresponds.

See Also