Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RefreshParentWindowMode Enum

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

Namespace: DevExpress.ExpressApp

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