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