Back to Devexpress

TdxCustomWizardControl.ViewStyle Property

vcl-dxcustomwizardcontrol-dot-tdxcustomwizardcontrol.md

latest2.0 KB
Original Source

TdxCustomWizardControl.ViewStyle Property

Switches the wizard view style.

Declaration

delphi
property ViewStyle: TdxWizardControlViewStyle read; write; default wcvsWizard97;

Property Value

TypeDefault
TdxWizardControlViewStylewcvsWizard97

Remarks

Options include:

|

Value

|

View Style

(Wizard Standard)

|

Sample

| | --- | --- | --- | |

wcvsWizard97

|

Wizard 97

|

| |

wcvsAero

|

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 TdxWizardControlForm object) to host your Aero wizard. This form implements form sizing and positioning on screen, as well as proper form painting for Aero Glass theme effects. To learn how to add this wizard form to your project, refer to this section.

The default value of the ViewStyle property is wcvsWizard97.

See Also

TdxCustomWizardControl Class

TdxCustomWizardControl Members

dxCustomWizardControl Unit