TcxLookupGridColumn.HeaderAlignment Property
In This Article
Specifies column caption text alignment within a column header.
#Declaration
Delphi
property HeaderAlignment: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default |
---|---|
TAlignment | ta |
#Remarks
Use the HeaderAlignment property to specify the alignment of column header text.
The default value of the HeaderAlignment property is taLeftJustify.
See Also