Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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