Back to Devexpress

AlertControl.AutoFormDelay Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-212ce7c5.md

latest1.8 KB
Original Source

AlertControl.AutoFormDelay Property

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

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(7000)]
[DXCategory("Behavior")]
public virtual int AutoFormDelay { get; set; }
vb
<DefaultValue(7000)>
<DXCategory("Behavior")>
Public Overridable Property AutoFormDelay As Integer

Property Value

TypeDefaultDescription
Int327000

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

Show

ShowPinButton

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace