General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxClientControlCollection.GetControlsByType(type) Method
Returns all controls of the specified type.
Declaration
GetControlsByType(type: any): any[]
Parameters
Name | Type | Description |
---|---|---|
type | any | The object specifying the client control type. |
Returns
Type | Description |
---|---|
any[] | An array of all client controls found. |
Remarks
The code sample below demonstrates how to use the GetControlsByType method to obtain all ASPxClientRoundPanel objects from the collection.
var roundPanels = ASPxClientControl.GetControlCollection().GetControlsByType(ASPxClientRoundPanel);
See Also
Feedback