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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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