Back to Devexpress

DXPopupBase.CloseOnScrimTap Property

maui-devexpress-dot-maui-dot-controls-dot-dxpopupbase-79d60f28.md

latest888 B
Original Source

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

csharp
public bool CloseOnScrimTap { get; set; }

Property Value

TypeDescription
Boolean

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

|

See Also

DXPopupBase Class

DXPopupBase Members

DevExpress.Maui.Controls Namespace