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

    Assembly: DevExpress.Maui.Mvvm.dll

    NuGet Package: DevExpress.Maui.Mvvm

    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