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