Skip to main content
A newer version of this page is available. .

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