Skip to main content
Tab

PopupControlTemplateContainer(PopupWindow) Constructor

Initializes a new instance of the PopupControlTemplateContainer class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupControlTemplateContainer(
    PopupWindow window
)

Parameters

Name Type Description
window PopupWindow

A PopupWindow object specifying the popup window to which the current object belongs.

Remarks

This constructor is used to create a new PopupControlTemplateContainer class instance and initialize its PopupControlTemplateContainer.Window property with the specified value.

See Also