Skip to main content

ASPxClientPopupControl.GetWindowCount Method

Returns the number of popup windows in the popup control.

Declaration

GetWindowCount(): number

Returns

Type Description
number

The number of popup windows in the popup control.

Remarks

The popup control’s client-side functionality allows the popup window objects to be accessed programmatically on the client side. The GetWindowCount method is used to determine the number of popup windows maintained by the control’s ASPxPopupControl.Windows collection. This method can be used together with the ASPxClientPopupControl.GetWindow method when traversing the window list.

See Also