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

Specifies the direction in which the animated hiding of an alert window progresses.

#Declaration

Delphi
property HidingAnimationDirection: TdxAlertWindowMovingDirection read; write; default dxAlertWindowDefaultHidingAnimationDirection;

#Property Value

Type Default
TdxAlertWindowMovingDirection dxAlertWindowDefaultHidingAnimationDirection

#Remarks

Use this property to specify the direction for the Slide or Move animation (corresponding to the awaSlide and awaMove values of the HidingAnimation property). Refer to the TdxAlertWindowMovingDirection type description to learn more about available directions.

The default value of the HidingAnimationDirection property is specified by the dxAlertWindowDefaultHidingAnimationDirection global constant.

See Also