AlertFormDisplaySpeed Enum
Contains values that specify the appearance speed of alert windows.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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