TcxGridBand.ChildBands Property
Provides indexed access to the child bands which are assigned to the current band.
Declaration
property ChildBands[Index: Integer]: TcxGridBand read;
Property Value
Type |
---|
TcxGridBand |
Remarks
Use the ChildBands property to gain access to the collection of child bands which are assigned to the current band. Each child band is an instance of the TcxGridBand class. To designate a parent band for a band, you should specify the parent band’s index via the Position.BandIndex property.
End-users can move bands within a View by dragging band headers to the required position in the parent band, generally the parent band header’s bottom edge.
See Also