ASPxClientPopupWindow.popupControl Property
Gets the popup control to which the current popup window belongs.
Declaration
popupControl: ASPxClientPopupControl
Property Value
| Type | Description |
|---|---|
| ASPxClientPopupControl | An ASPxClientPopupControl object representing the popup control to which the window belongs. |
Remarks
Use the popupControl property to identify and access the popup control object which owns the current popup window.
See Also