Skip to main content
.NET 6.0+

PopupWindowShowAction.IsSizeable Property

Indicates whether a Pop-up Window Show Action’s pop-up Window can be resized by an end-user.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Boolean true

true if an end-user can resize the current Pop-up Window Show Action’s pop-up Window; otherwise, false.

Remarks

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

By default, the IsSizeable property is set to true.

See Also