Skip to main content
All docs
V25.2
  • 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

    public enum RefreshParentWindowMode

    Members

    Name Description
    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