Skip to main content
.NET 6.0+

RefreshParentWindowMode Enum

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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