PopupControlSettings.DisappearAfter Property
Gets or sets the delay in hiding the PopupControl’s popup window.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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