Skip to main content

ASPxClientPopupControlCollection Class

Represents a client collection that maintains client popup control objects.

Declaration

declare class ASPxClientPopupControlCollection extends ASPxClientControlCollection

Remarks

The ASPxClientPopupControlCollection object represents a collection that contains client-side equivalents of all ASPx popup controls present on the page. So, this collection holds objects of the ASPxClientPopupControl type. In order to access a particular popup control object specified by its name, use the collection’s ASPxClientControlCollection.Get method.

Inheritance

ASPxClientControlCollection
ASPxClientPopupControlCollection
See Also