ExtensionsFactory.Ribbon(Action<RibbonSettings>) Method
Creates a Ribbon.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<RibbonSettings> | A delegate method that accepts RibbonSettings as a parameter. |
Returns
Type | Description |
---|---|
RibbonExtension | A RibbonExtension object implementing the Ribbon functionality. |
See Also