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

SpreadsheetExtension.GetCallbackResult(SpreadsheetSettings) Method

Returns the specified result back to the client side after processing a callback within an Action specified by the SpreadsheetSettings.CallbackRouteValues property.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public static ActionResult GetCallbackResult(
    SpreadsheetSettings settings
)

Parameters

Name Type Description
settings SpreadsheetSettings

A SpreadsheetSettings object specifying the processed Spreadsheet’s settings.

Returns

Type Description
ActionResult

A ActionResult object that is the result of an action method.

Remarks

Use this method in an Action specified by the SpreadsheetSettings.CallbackRouteValues property to return the result of callback processing back to the client.

See Also