TdxListGroup.HeaderAlign Property
In This Article
Specifies the horizontal alignment of the group’s header text and subtitle.
#Declaration
Delphi
property HeaderAlign: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default | Description |
---|---|---|
TAlignment | ta |
A horizontal text alignment. |
#Remarks
Options include:
Value | Description |
---|---|
ta |
Text is aligned to the group’s left border. |
ta |
Text is centered in the group. |
ta |
Text is aligned to the group’s right border. |
See Also