Back to Devexpress

DXPopupBase.AllowScrim Property

maui-devexpress-dot-maui-dot-controls-dot-dxpopupbase-86ed7220.md

latest883 B
Original Source

DXPopupBase.AllowScrim Property

Gets or sets whether to show the scrim that blocks interaction with other UI elements outside the pop-up view. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public bool AllowScrim { get; set; }

Property Value

TypeDescription
Boolean

true to enable the scrim; otherwise, false.

|

See Also

DXPopupBase Class

DXPopupBase Members

DevExpress.Maui.Controls Namespace