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