Skip to main content
A newer version of this page is available. .

ASPxClientPopupWindow Class

Represents a client-side equivalent of a popup control’s PopupWindow object.

Declaration

declare class ASPxClientPopupWindow

Remarks

The ASPxClientPopupWindow object represents a client popup window corresponding to a specific window in the popup control’s ASPxPopupControl.Windows collection. An individual client popup window can be accessed from the popup control object level by using the ASPxClientPopupControl.GetWindow or ASPxClientPopupControl.GetWindowByName method.

The functionality provided by the ASPxClientPopupWindow object on the client side allows you to obtain the main information on a popup window (such as its ASPxClientPopupWindow.index and ASPxClientPopupWindow.name), and access the window’s parent popup control object (ASPxClientPopupWindow.popupControl).

See Also