TcxGridBand.Alignment Property
In This Article
Specifies the band caption text alignment.
#Declaration
Delphi
property Alignment: TAlignment read; write;
#Property Value
Type |
---|
TAlignment |
#Remarks
Use the alignment property to specify the band caption text alignment.
Value | Meaning |
---|---|
ta |
The band caption text is centered within the band header |
ta |
The band caption text is left aligned within the band header |
ta |
The band caption text is right aligned within the band header |
The default value of the Alignment property is taCenter.
Note
This property is provided for backward compatibility with earlier versions of the Express
See Also