Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomizePopupWindowSizeEventArgs(String, PopupTemplateType, ShowPopupMode, Unit, Unit, Frame, Frame, ShowViewSource) Constructor

Creates a new instance of the CustomizePopupWindowSizeEventArgs class.

Namespace: DevExpress.ExpressApp.Web.Controls

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

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public CustomizePopupWindowSizeEventArgs(
    string contentUrl,
    PopupTemplateType popupTemplateType,
    ShowPopupMode showPopupMode,
    Unit width,
    Unit height,
    Frame sourceFrame,
    Frame popupFrame,
    ShowViewSource showViewSource
)

Parameters

Name Type Description
contentUrl String

The String which is the content URL.

popupTemplateType PopupTemplateType

A PopupTemplateType enumeration value specifying the template for the pop-up window display in the new web UI.

showPopupMode ShowPopupMode

A ShowPopupMode enumeration value specifying the transition for the pop-up window in the new web UI.

width Unit

An Unit value which is the width of the pop-up window in pixels or percents.

height Unit

An Unit value which is the height of the pop-up window in pixels or percents.

sourceFrame Frame

Refers to a Frame object, from which the pop-up window is invoked.

popupFrame Frame

Refers to a Frame object, which will be shown in the target pop-up window.

showViewSource ShowViewSource

A ShowViewSource object containing a set of parameters that specify the context from which the ShowViewStrategyBase.ShowView method has been invoked.

See Also