Back to Devexpress

RefreshParentWindowMode Enum

expressappframework-devexpress-dot-expressapp-f129e0b1.md

latest1.4 KB
Original Source

RefreshParentWindowMode Enum

Contains values that specify whether and when DevExpress.ExpressApp.Web.PopupWindow’s parent window should be refreshed.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum RefreshParentWindowMode
vb
Public Enum RefreshParentWindowMode

Members

NameDescription
None

DevExpress.ExpressApp.Web.PopupWindow’s parent window should not be refreshed after closing the pop-up window.

| | OnAccept |

DevExpress.ExpressApp.Web.PopupWindow’s parent window should be refreshed after clicking the pop-up window’s Accept button.

| | OnCancel |

DevExpress.ExpressApp.Web.PopupWindow’s parent window should be refreshed after clicking the pop-up window’s Cancel button.

|

See Also

DevExpress.ExpressApp Namespace