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

PopupControlSettings.DisappearAfter Property

Gets or sets the delay in hiding the PopupControl’s popup window.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public int DisappearAfter { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the time interval, in milliseconds, after which a popup window hides.

Remarks

When the PopupControlSettings.CloseAction property is set to CloseAction.MouseOut value, a popup window can be hidden after a certain duration. Use the DisappearAfter property to specify the delay in hiding a popup window.

See Also