ExtensionsFactory.Ribbon(RibbonSettings) Method
Creates a Ribbon.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | RibbonSettings | A RibbonSettings object containing Ribbon extension settings. |
Returns
Type | Description |
---|---|
RibbonExtension | A RibbonExtension object implementing the Ribbon functionality. |
See Also