Skip to main content

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

public bool AllowScrim { get; set; }

Property Value

Type Description
Boolean

true to enable the scrim; otherwise, false.

See Also