TdxStringGridReportLink.TextAlignX Property
Specifies horizontal text alignment in a cell.
Declaration
property TextAlignX: TcxTextAlignX read; write; default taLeft;
Property Value
Type | Default |
---|---|
TcxTextAlignX | taLeft |
Remarks
Use the TextAlignX property to specify horizontal text alignment. See the TcxTextAlignX type description for more information on the available values.
By default, the TextAlignX property value is taLeft.
See Also