Skip to main content
A newer version of this page is available. .

TcxLookupGridColumn.HeaderAlignment Property

Specifies column caption text alignment within a column header.

Declaration

property HeaderAlignment: TAlignment read; write; default taLeftJustify;

Property Value

Type Default
TAlignment taLeftJustify

Remarks

Use the HeaderAlignment property to specify the alignment of column header text.

The default value of the HeaderAlignment property is taLeftJustify.

See Also