TcxGridBand.HeaderAlignmentHorz Property
Specifies the horizontal alignment of a band’s caption.
Declaration
property HeaderAlignmentHorz: TAlignment read; write; default taCenter;
Property Value
Type | Default |
---|---|
TAlignment | taCenter |
Remarks
Use the HeaderAlignmentHorz property to specify the horizontal alignment of a band’s Caption.
Value | Meaning |
---|---|
taLeftJustify | The caption is aligned to the left side of a band. |
taCenter | The caption is centered within a band. |
taRightJustify | The caption is aligned to the right side of a band. |
The default value of the HeaderAlignmentHorz property is taCenter.
See Also