Skip to main content
A newer version of this page is available. .

AlertFormDisplaySpeed Enum

Contains values that specify the appearance speed of alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

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