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

Returns the first (leftmost) visible child band, which is displayed at the bottom of the current band.

#Declaration

Delphi
property FirstVisibleChildBottomBand: TcxGridBand read;

#Property Value

Type
TcxGridBand

#Remarks

Use the FirstVisibleChildBottomBand property to obtain the first (leftmost) child band, which is displayed at the bottom of the current band. This band is the first in the current band which actually displays View columns and is visible in a View.

See Also