Skip to main content

ASPxClientUtils.IsExists(obj) Method

Gets a value that indicates whether the specified object exists on the client side.

Declaration

static IsExists(
    obj: any
): boolean

Parameters

Name Type Description
obj any

The object to test.

Returns

Type Description
boolean

true if the specified object exists; otherwise, false.

See Also