TdxListGroup.HeaderAlign Property
Specifies the horizontal alignment of the group’s header text and subtitle.
Declaration
property HeaderAlign: 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