DXPopupSettings.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.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public bool AllowScrim { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also