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

AlertControl.FormDisplaySpeed Property

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

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