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

TdxWizardControlOptionsAnimate.TransitionEffect Property

Specifies whether or not wizard page transitions are animated and the transition effect applied to them.

#Declaration

Delphi
property TransitionEffect: TdxWizardControlTransitionEffect read; write; default wcteDefault;

#Property Value

Type Default
TdxWizardControlTransitionEffect wcteDefault

#Remarks

Options include:

Value

Description

wcteDefault

The default setting. The page transition animation is played based on the currently applied view style and is enabled only for Aero wizards.

Select this option to make the wizard conform to the standard associated with the view style.

wcteNone

No animation, regardless of the currently applied view style.

This is the default animation effect for Wizard 97 wizards.

wcteFade

The currently active page fades out and then a new page fades in, regardless of the currently applied view style.

This is the default animation effect for Aero wizards.

wcteSlide

A new page slides in replacing the currently active page, regardless of the currently applied view style.

The default value of the TransitionEffect property is wcteDefault.

See Also