Back to Devexpress

AlertFormDisplaySpeed Enum

windowsforms-devexpress-dot-xtrabars-dot-alerter-75c37955.md

latest1.4 KB
Original Source

AlertFormDisplaySpeed Enum

Contains values that specify the appearance speed of alert windows.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum AlertFormDisplaySpeed
vb
Public Enum AlertFormDisplaySpeed

Members

NameDescription
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.

|

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

FormDisplaySpeed

DevExpress.XtraBars.Alerter Namespace