Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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