PopupControlTemplateContainer(PopupWindow) Constructor
Initializes a new instance of the PopupControlTemplateContainer class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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