Back to Devexpress

ASPxClientControlBase.InCallback Method

aspnet-js-aspxclientcontrolbase-9bb40fae.md

latest566 B
Original Source

ASPxClientControlBase.InCallback Method

Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.

Declaration

ts
InCallback(): boolean

Returns

TypeDescription
boolean

true, if the callback processing is being currently performed in response to a web control’s request; otherwise, false.

|

See Also

ASPxClientControlBase Class

ASPxClientControlBase Members