ExtensionsFactory.Ribbon(RibbonSettings) Method
In This Article
Creates a Ribbon.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RibbonExtension Ribbon(
RibbonSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Ribbon |
A Ribbon |
#Returns
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also