AlertControl.FormDisplaySpeed Property
Gets or sets the speed of the appearance of an alert window.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Behavior")]
public virtual AlertFormDisplaySpeed FormDisplaySpeed { get; set; }
Property Value
Type | Description |
---|---|
AlertFormDisplaySpeed | A AlertFormDisplaySpeed value that specifies the speed of appearance of an alert window. |
Available values:
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. |
Remarks
Alert windows appear with an animation effect specified by the AlertControl.FormShowingEffect property. The FormDisplaySpeed property specifies the speed of animation effects.
See Also