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

TdxAlertWindowOptionsAnimate.ShowingAnimation Property

Specifies the animation effect used to show an alert window.

#Declaration

Delphi
property ShowingAnimation: TdxAlertWindowAnimation read; write; default dxAlertWindowDefaultShowingAnimation;

#Property Value

Type Default
TdxAlertWindowAnimation dxAlertWindowDefaultShowingAnimation

#Remarks

Options include:

Value Description
awaNone An alert window is shown immediately, without any animation.
awaSlide An alert window slides into the view in the direction specified by ShowingAnimationDirection.
awaFade An alert window fades in.
awaMove An alert window moves vertically or horizontally from the edge of the screen in the direction specified by ShowingAnimationDirection.

You can adjust the animation’s duration via the ShowingAnimationTime property. To specify the pop-up position of alert windows, use an alert window manager’s WindowPosition property.

The default value of the ShowingAnimation property is specified by the dxAlertWindowDefaultShowingAnimation global constant.

See Also