Skip to main content

TcxCaptionRowProperties.HeaderAlignmentHorz Property

Specifies the horizontal alignment of the row’s header text.

Declaration

property HeaderAlignmentHorz: TAlignment read; write; default taLeftJustify;

Property Value

Type Default
TAlignment taLeftJustify

Remarks

Options include:

Value Meaning
taLeftJustify Align text in the header to the left.
taRightJustify Align text in the header to the right.
taCenter Center text in the header.

The default value of the HeaderAlignmentHorz property is taLeftJustify.

See Also