Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBand.VisibleChildBands Property

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

#Declaration

Delphi
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