ASPxClientUtils.IsFunction(obj) Method
In This Article
Gets a value that indicates whether the specified object is a function.
#Declaration
TypeScript
static IsFunction(
obj: any
): boolean
#Parameters
Name | Type | Description |
---|---|---|
obj | any | The object to test. |
#Returns
Type | Description |
---|---|
boolean |
|
See Also