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