Skip to main content

TcxGridBand.VisibleChildBands Property

Provides indexed access to the current band’s child bands which are visible within a View.

Declaration

property VisibleChildBands[Index: Integer]: TcxGridBand read;

Property Value

Type
TcxGridBand

Remarks

Use the VisibleChildBands property to gain access to the collection of child bands which are assigned to the current band. Unlike the ChildBands property, this property addresses bands that are visible within a View. 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 the band’s headers to the required position in the parent band, generally the parent band header’s bottom edge.

See Also