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
ASPxClientControl.Cast(obj) Method
Converts the specified object to the current object's type.
Declaration
static Cast(obj: any): ASPxClientControl
Parameters
Name | Type | Description |
---|---|---|
obj | any | The client object to be type cast. |
Returns
Type | Description |
---|---|
ASPxClientControl | The converted client object specified by the obj parameter. |
Remarks
Call the static Cast method to cast the specified client object to the current object's type. As a result, the type specific IntelliSense information can be displayed for the object.
See Also
Feedback