TdxLayoutGroupButtonOptions.Alignment Property
Specifies the horizontal alignment of layout group buttons.
Declaration
property Alignment: TdxLayoutGroupButtonsAlignment read; write; default gbaRight;
Property Value
Type | Default |
---|---|
TdxLayoutGroupButtonsAlignment | gbaRight |
Remarks
Options include:
Value | Description |
---|---|
gbaLeft | Group buttons reside on the group’s left side. |
gbaRight | Group buttons reside on the group’s right side. |
The Alignment property’s default value is gbaRight.
See Also