ASPxClientControlCollection Members
A collection object used on the client side to maintain particular client control objects
#Methods
Name | Description |
---|---|
For |
Performs the specified action for each control in the collection. |
Get |
Obsolete. Returns a collection item identified by its unique hierarchically-qualified identifier. |
Get |
Returns a DevExpress client control object identified by its unique hierarchically-qualified identifier (either Client |
Get |
Returns all controls in the collection that satisfy the specified predicate. |
Get |
Returns all controls of the specified type. |
#Events
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated by any DevExpress control. |
Browser |
Occurs when the browser window is being resized. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by any DevExpress web control. |
Controls |
Occurs on the client side after client object models of all DevExpress web controls contained within the page have been initialized. |
End |
Occurs on the client side, after server-side processing of a callback initiated by any DevExpress web control, has been completed. |
Validation |
Occurs after the validation initiated for a DevExpress web control (or a group of Dev |
See Also