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

AlertFormDisplaySpeed Enum

Contains values that specify the appearance speed of alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AlertFormDisplaySpeed

#Members

Name Description
Fast

The alert window’s appearance speed is fast.

Moderate

The alert window’s appearance speed is moderate.

Slow

The alert window’s appearance speed is slow.

#Related API Members

The following properties accept/return AlertFormDisplaySpeed values:

#Remarks

Use the AlertControl.FormDisplaySpeed property to specify the speed of the appearance of an alert window.

See Also