Skip to main content
.NET 6.0+

PopupWindowShowAction.IsModal Property

Indicates whether a Pop-up Window Show Action’s pop-up Window is modal.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(true)]
public bool IsModal { get; set; }

Property Value

Type Default Description
Boolean true

true if the current Pop-up Window Show Action’s pop-up Window is modal; otherwise, false.

Remarks

This property is processed by built-in Action Containers that visualize Pop-up Window Show Actions. You can implement a custom Action Container that will not consider this property and will always display a nonsizable pop-up Window.

By default, the IsModal property is set to true.

See Also