MVCxClientBeforeExportRequestEventArgs.customArgs Property
Gets an object containing specific information (if any, as name/value pairs) that should be passed as a request parameter from the client to the server side for further processing.
Declaration
customArgs: any
Property Value
Type | Description |
---|---|
any | A hash table object containing named values to be passed from the client to the server side via request parameters. |
See Also