TcxGridBand.Caption Property
In This Article
Specifies the text representing a band within a View.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use the Caption property to specify the text representing a band within the band tabs of a View. The Caption text position within the band header is determined via the Alignment property.
See Also