PopupWindow.PopupControl Property
In This Article
Gets the popup control to which the current popup window belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ASPxPopupControlBase PopupControl { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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