Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RefreshParentWindowMode Enum

Contains values that specify whether and when PopupWindow‘s parent window should be refreshed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Flags]
public enum RefreshParentWindowMode

Members

Name Description
None

PopupWindow‘s parent window should not be refreshed after closing the pop-up window.

OnAccept

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

OnCancel

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

Related API Members

The following properties accept/return RefreshParentWindowMode values:

See Also