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