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

CustomizePopupWindowSizeEventArgs(String) Constructor

Creates a new instance of the CustomizePopupWindowSizeEventArgs class.

Namespace: DevExpress.ExpressApp.Web.Controls

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Browsable(false)]
public CustomizePopupWindowSizeEventArgs(
    string contentUrl
)

Parameters

Name Type Description
contentUrl String

The String which is the content URL.

See Also