Skip to main content

ASPxClientPopupWindowEventArgs.window Property

Gets the popup window object related to the event.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientPopupWindow

An ASPxClientPopupWindow object representing the popup window that was manipulated, causing the popup control to raise the event.

#Remarks

The window property represents a popup window object responsible for raising the event.

See Also