ASPxClientCustomDataCallbackEventArgs.result Property
In This Article
Gets a string that contains specific information (if any) that has been passed from the server to the client side for further processing, related to the CustomCallback event.
#Declaration
TypeScript
result: string
#Property Value
Type | Description |
---|---|
string | A string value representing specific information passed from the server back to the client side. |
See Also