ASPxClientPopupWindowEventArgs.window Property
In This Article
Gets the popup window object related to the event.
#Declaration
TypeScript
window: ASPxClientPopupWindow
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The window property represents a popup window object responsible for raising the event.
See Also