Skip to main content
.NET 6.0+

CustomizePopupWindowParamsEventArgs.Size Property

Specifies the size of a pop-up window.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.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