Skip to main content
.NET 6.0+

CustomizePopupWindowParamsEventArgs.IsSizeable Property

Specifies whether the pop-up Window created for a Pop-up Window Show Action is sizable.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsSizeable { get; set; }

Property Value

Type Description
Boolean

true if the pop-up Window is sizable; otherwise, false.

See Also