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.AutoFormDelay Property

Gets or sets an alert window’s delay, in milliseconds.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(7000)]
[DXCategory("Behavior")]
public virtual int AutoFormDelay { get; set; }

#Property Value

Type Default Description
Int32 7000

An integer value that specifies an alert window’s delay, in milliseconds.

#Remarks

If an end-user hasn’t been hovering over an alert window for the time specified by the AutoFormDelay property, the alert window is closed. To prevent the window from being automatically closed, the end-user can “pin” it using the Pin button. The availability of the button is specified by the AlertControl.ShowPinButton property.

See Also