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