Skip to main content

TcxGridBand.ChildBandCount Property

Returns the number of immediate child bands which are assigned to the current band.

Declaration

property ChildBandCount: Integer read;

Property Value

Type
Integer

Remarks

Use the ChildBandCount property to obtain the number of immediate child bands which are assigned to the current band. The nested bands’ child bands are not taken into account. For a band which is not a parent band, the ChildBandCount property returns 0.

See Also