Skip to main content
All docs
V25.1
  • DXPopupBase.CloseOnScrimTap Property

    Gets or sets whether to close the pop-up view when a user taps the scrim. This is a bindable property.

    Namespace: DevExpress.Maui.Controls

    Assembly: DevExpress.Maui.Controls.dll

    NuGet Package: DevExpress.Maui.Controls

    Declaration

    public bool CloseOnScrimTap { get; set; }

    Property Value

    Type Description
    Boolean

    true to close the pop-up view when a user taps the scrim; otherwise, false.

    See Also