Back to Devexpress

TdxWizardControlFinishButton.AlwaysVisible Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolfinishbutton.md

latest1005 B
Original Source

TdxWizardControlFinishButton.AlwaysVisible Property

Specifies if the Finish button is visible on any wizard page.

Declaration

delphi
property AlwaysVisible: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True to display the Finish button on all wizard pages. Otherwise, only the last page displays this button, automatically substituting the Next button.

The default value of the AlwaysVisible property is False.

See Also

TdxWizardControlFinishButton Class

TdxWizardControlFinishButton Members

dxCustomWizardControl Unit