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

CustomizePopupWindowParamsEventArgs.Size Property

Specifies the size of a pop-up window.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Size Size { get; set; }

Property Value

Type Description
Size

A Size structure which describes the size of a pop-up window.

See Also