Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool IsSizeable { get; set; }

Property Value

Type Description
Boolean

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

See Also