Skip to main content
Tab

PopupWindow.PopupControl Property

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
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