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

ASPxClientCustomDataCallbackEventArgs.result Property

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

result: string

Property Value

Type Description
string

A string value representing specific information passed from the server back to the client side.

See Also