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

PopupControlTemplateContainer.Window Property

Gets a popup window for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PopupWindow Window { get; }

Property Value

Type Description
PopupWindow

A PopupWindow object representing the popup window being rendered.

Remarks

Use the Window property to obtain a popup window for which the template’s content is currently being rendered. You can use properties of the returned PopupWindow object to obtain certain values needed to bind the properties of the controls composing your template.

See Also