ASPxClientControlBase.InCallback Method
In This Article
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
#Declaration
TypeScript
InCallback(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
See Also