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