AlertControl.AutoFormDelay Property
Gets or sets an alert window’s delay, in milliseconds.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.1.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