Skip to main content

ASPxClientPopupControlCollection Methods

Represents a client collection that maintains client popup control objects.
Name Description
ForEachControl(action) Performs the specified action for each control in the collection. Inherited from ASPxClientControlCollection.
Get(name) Obsolete. Returns a collection item identified by its unique hierarchically-qualified identifier. Inherited from ASPxClientControlCollection.
GetByName(name) Returns a DevExpress client control object identified by its unique hierarchically-qualified identifier (either ClientInstanceName or ClientID property value). Inherited from ASPxClientControlCollection.
GetControlsByPredicate(predicate) Returns all controls in the collection that satisfy the specified predicate. Inherited from ASPxClientControlCollection.
GetControlsByType(type) Returns all controls of the specified type. Inherited from ASPxClientControlCollection.
HideAllWindows Hides all popup windows maintained by the collection.
See Also