TcxGridBand.FirstChildBottomBand Property
Returns the first (left-most) child band, which is displayed at the bottom of the current band.
Declaration
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