Skip to main content
All docs
V25.2
  • PopupWindowTemplateClosingController.ShowCloseButtonInPopup Property

    Sets the Close button’s default visibility in pop-up windows.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    [Browsable(false)]
    public static bool ShowCloseButtonInPopup { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the button; otherwise, false.

    See Also