Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomWizardControl.OptionsViewStyleAero Property

Specifies Aero wizard style settings.

#Declaration

Delphi
property OptionsViewStyleAero: TdxWizardControlOptionsViewStyleAero read; write;

#Property Value

Type Description
TdxWizardControlOptionsViewStyleAero

Stores Aero wizard style settings.

#Remarks

Refer to the TdxWizardControlOptionsViewStyleAero class description for information on available options.

Note

We recommend that you use a specially designed wizard form (a TdxWizardControlForm object) to host your Aero wizard. For detailed information on how to add this wizard form to your project, refer to the following section: Design Time Experience.

Aero Glass and similar effects are disabled if an application is in GDI Scaled mode.

See Also