TcxGridBand.IsBottom Property
Specifies whether the band is at the bottom of the View’s band hierarchy.
Declaration
property IsBottom: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsBottom property returns True for a band which has no child bands. Only these bands have columns assigned. To access all bottom bands, use the Bands.BottomItems property.
See Also