TcxCaptionRowProperties.HeaderAlignmentHorz Property
In This Article
Specifies the horizontal alignment of the row’s header text.
#Declaration
Delphi
property HeaderAlignmentHorz: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default |
---|---|
TAlignment | ta |
#Remarks
Options include:
Value | Meaning |
---|---|
ta |
Align text in the header to the left. |
ta |
Align text in the header to the right. |
ta |
Center text in the header. |
The default value of the HeaderAlignmentHorz property is taLeftJustify.
See Also