TcxGridBandStyles.Content Property
In This Article
Specifies the style for the band’s content.
#Declaration
Delphi
property Content: TcxStyle index bsContent read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Content property allows you to define the style (font, background color) for cells within the current band.
The following image shows a grid control with the second band’s content painted in yellow:
See Also