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.FirstChildBottomBand Property

Returns the first (left-most) child band, which is displayed at the bottom of the current band.

#Declaration

Delphi
property FirstChildBottomBand: TcxGridBand read;

#Property Value

Type
TcxGridBand

#Remarks

Use the FirstChildBottomBand property to obtain the first (left-most) child band, which is displayed at the bottom of the current band. This child band is the first in the current band which displays View columns (unless it is hidden from a View).

See Also