Back to Devexpress

TcxGridBand.ChildBands Property

vcl-cxgridbandedtableview-dot-tcxgridband-47e6af00.md

latest2.1 KB
Original Source

TcxGridBand.ChildBands Property

Provides indexed access to the child bands which are assigned to the current band.

Declaration

delphi
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

TcxCustomRowViewInfo.BandIndex

TcxCustomRowViewInfo.BandIndex

TcxGridBand.ChildBandCount

TcxGridBand.Position

TcxGridBandedColumnPosition.BandIndex

TcxGridBandedColumnPosition.BandIndex

TcxGridBandPosition.BandIndex

TcxGridBandPosition.BandIndex

TcxTreeListBandPosition.BandIndex

TcxTreeListBandPosition.BandIndex

TcxTreeListColumnPosition.BandIndex

TcxTreeListColumnPosition.BandIndex

TcxGridBand Class

TcxGridBand Members

cxGridBandedTableView Unit