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.HidingAnimation Property

Specifies the animation effect used to hide an alert window.

#Declaration

Delphi
property HidingAnimation: TdxAlertWindowAnimation read; write; default dxAlertWindowDefaultHidingAnimation;

#Property Value

Type Default
TdxAlertWindowAnimation dxAlertWindowDefaultHidingAnimation

#Remarks

Options include:

Value Description
awaNone An alert window is hidden immediately, without any animation.
awaSlide An alert window slides out of the view in the direction specified by HidingAnimationDirection.
awaFade An alert window fades out.
awaMove An alert window moves out of the screen in the direction specified by HidingAnimationDirection.

You can adjust the animation’s duration via the HidingAnimationTime property.

The default value of the HidingAnimation property is specified by the dxAlertWindowDefaultHidingAnimation global constant.

See Also