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

ASPxClientUtils.IsFunction(obj) Method

Gets a value that indicates whether the specified object is a function.

Declaration

static IsFunction(
    obj: any
): boolean

Parameters

Name Type Description
obj any

The object to test.

Returns

Type Description
boolean

true if the specified object is a function; otherwise, false.

See Also