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