TcxTreeListBand.ChildBands Property
Provides indexed access to the immediate child bands nested in the current band.
Declaration
property ChildBands[Index: Integer]: TcxTreeListBand read;
Property Value
| Type | Description |
|---|---|
| TcxTreeListBand | An immediate child band. |
Remarks
To determine the number of items within the ChildBands collection, use the ChildBandCount property.
See Also