TdxWizardControlCustomButtons.Alignment Property
Specifies the horizontal alignment of custom buttons relative to standard buttons.
Declaration
property Alignment: TdxWizardControlCustomButtonsAlignment read; write; default wccbaRight;
Property Value
Type | Default |
---|---|
TdxWizardControlCustomButtonsAlignment | wccbaRight |
Remarks
Options include:
Value | Description |
---|---|
wccbaRight | Custom buttons are displayed to the right of standard buttons (follow them). |
wccbaLeft | Custom buttons are displayed to the left of standard buttons (precede them). |
The default value of the Alignment property is wccbaRight.
See Also