ASPxClientPopupControl.GetPopupControlCollection Method
Returns a collection of client popup control objects.
#Declaration
static GetPopupControlCollection(): ASPxClientPopupControlCollection
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the GetPopupControlCollection method on the client-side to gain access to the collection of client popup control objects, specified by the ASPxClientPopupControl instances.
A particular popup control object can be accessed either by its name within the collection or using the ASPxClientControlCollection.Get method.
Note
An ASPX page always has a single collection of ASPx