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

RibbonExtension.GetComboBoxCallbackResult(Action<MVCxRibbonComboBoxProperties>) Method

Returns the specified result back to the client side after processing a callback initiated by a combo box used as a ribbon item.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static ContentResult GetComboBoxCallbackResult(
    Action<MVCxRibbonComboBoxProperties> method
)

Parameters

Name Type Description
method Action<MVCxRibbonComboBoxProperties>

A delegate method providing the required combo box properties.

Returns

Type Description
ContentResult

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

See Also