Back to Devexpress

VerticalGridExtension.GetCustomDataCallbackResult(Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-getcustomdatacallbackresult-x28-system-dot-object-x29.md

latest2.1 KB
Original Source

VerticalGridExtension.GetCustomDataCallbackResult(Object) Method

Returns the specified result back to the client side after processing a callback within an Action defined by the GridSettingsBase.CustomDataActionRouteValues property.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static ContentResult GetCustomDataCallbackResult(
    object data
)
vb
Public Shared Function GetCustomDataCallbackResult(
    data As Object
) As ContentResult

Parameters

NameTypeDescription
dataObject

An object that represents any information that needs to be passed back to the client side.

|

Returns

TypeDescription
ContentResult

A ContentResult object representing the result of an action method.

|

Remarks

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

See Also

CustomDataActionRouteValues

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace