TdxListColumn.HeaderAlignment Property
In This Article
Specifies the horizontal alignment of the column’s caption.
#Declaration
Delphi
property HeaderAlignment: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default | Description |
---|---|---|
TAlignment | ta |
A caption horizontal alignment. |
#Remarks
Options include:
Value | Description |
---|---|
ta |
A caption is aligned to the column’s left border. |
ta |
A caption is centered in the column. |
ta |
A caption is aligned to the column’s right border. |
See Also