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

AlertFormShowingEffect Enum

Enumerates alert window animation effects.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AlertFormShowingEffect

#Members

Name Description
Default

For ShowAnimationType and HideAnimationType properties, the “Default” value means alerts should be displayed or hidden according to the value of the FormShowingEffect property. For the FormShowingEffect property itself, the “Default” value corresponds to the “FadeIn” effect.

Reveal

Alerts show be shown on-screen and (or) hidden using the Reveal animation (a combination of fade in and zoom in/out effects).

FadeIn

An alert window is displayed and/or hidden with a fade-in effect.

SlideVertical

An alert window is displayed (or hidden) by gradually increasing its height from 0 to 100% (or vice versa).

SlideHorizontal

An alert window is displayed (or hidden) by gradually increasing its width from 0 to 100% (or vice versa).

MoveVertical

An alert window is displayed and/or hidden by sliding vertically onto the screen.

MoveHorizontal

An alert window is displayed and/or hidden by sliding horizontally onto the screen.

None

Alerts are displayed and/or hidden with no animation effects.

#Related API Members

The following properties accept/return AlertFormShowingEffect values:

#Remarks

Use the AlertControl.FormShowingEffect property to set an animation effect for AlertControl‘s windows.

See Also