Back to Devexpress

ASPxClientPopupControlCollection Class

aspnet-js-aspxclientpopupcontrolcollection.md

latest924 B
Original Source

ASPxClientPopupControlCollection Class

Represents a client collection that maintains client popup control objects.

Declaration

ts
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

ASPxClientPopupControlCollection Members