ASPxClientControlCollection Methods
A collection object used on the client side to maintain particular client control objects| Name | Description |
|---|---|
| ForEachControl(action) | Performs the specified action for each control in the collection. |
| Get(name) | Obsolete. Returns a collection item identified by its unique hierarchically-qualified identifier. |
| GetByName(name) | Returns a DevExpress client control object identified by its unique hierarchically-qualified identifier (either ClientInstanceName or ClientID property value). |
| GetControlsByPredicate(predicate) | Returns all controls in the collection that satisfy the specified predicate. |
| GetControlsByType(type) | Returns all controls of the specified type. |
See Also