Back to Devexpress

AlertControl.FormDisplaySpeed Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-3b19670c.md

latest1.9 KB
Original Source

AlertControl.FormDisplaySpeed Property

Gets or sets the speed of the appearance of an alert window.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public virtual AlertFormDisplaySpeed FormDisplaySpeed { get; set; }
vb
<DXCategory("Behavior")>
Public Overridable Property FormDisplaySpeed As AlertFormDisplaySpeed

Property Value

TypeDescription
AlertFormDisplaySpeed

A AlertFormDisplaySpeed value that specifies the speed of appearance of an alert window.

|

Available values:

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.

|

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

FormShowingEffect

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace