TdxCustomWizardControl.ViewStyle Property
Switches the wizard view style.
#Declaration
property ViewStyle: TdxWizardControlViewStyle read; write; default wcvsWizard97;
#Property Value
Type | Default |
---|---|
Tdx |
wcvs |
#Remarks
Options include:
Value | View Style (Wizard Standard) | Sample |
---|---|---|
wcvs | Wizard 97 | |
wcvs | Aero Wizard |
While both these styles have many UI elements in common, the watermark and title are style-specific and their default visibility is set based on the wizard standard. Refer to the Page Layout section for details.
Note
We recommend that you use the specially designed wizard form (a Tdx
The default value of the ViewStyle property is wcvsWizard97.