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