ASPxClientControlBase.Cast(obj) Method
Converts the specified object to the current object’s type.
Declaration
static Cast(
obj: any
): ASPxClientControlBase
Parameters
| Name | Type | Description |
|---|---|---|
| obj | any | The client object to be type cast. |
Returns
| Type | Description |
|---|---|
| ASPxClientControlBase | 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