Skip to main content
All docs
V25.1
  • .NET 8.0+

    RefreshParentWindowMode Enum

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    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