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

PopupWindow.PopupControl Property

Gets the popup control to which the current popup window belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual ASPxPopupControlBase PopupControl { get; }

Property Value

Type Description
ASPxPopupControlBase

An ASPxPopupControlBase object that is the popup control that contains the current popup window.

Remarks

The PopupControl property provides access to the ASPxPopupControl object to which the current popup window belongs (in particular, this is a control whose ASPxPopupControl.Windows collection contains the current popup window object).

See Also