PopupControlSettings.AppearAfter Property
Gets or sets the delay in displaying 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 is displayed. |
Remarks
When the PopupControlSettings.PopupAction property is set to PopupAction.MouseOver, a popup window can appear after a certain duration. Use the AppearAfter property to specify the delay in displaying a popup window.
See Also