Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AlertControl.FormDisplaySpeed Property

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v24.2.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