Skip to main content

TcxGridBandHitTest.BandContainerKind Property

Identifies the container control in which the inspected band resides.

Declaration

property BandContainerKind: TcxGridBandContainerKind read; write;

Property Value

Type
TcxGridBandContainerKind

Remarks

Options include:

Value Meaning
bcHeader The band resides in the Banded Table View.
bcCustomizationForm The band resides in the Banded Table View’s customization form.

The band is accessible via the Band property.

See Also