MVCxRibbonItemCollection.Add(MVCxRibbonItemType) Method
In This Article
Creates a new item with the specified settings and adds it to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RibbonItemBase Add(
MVCxRibbonItemType type
)
#Parameters
Name | Type | Description |
---|---|---|
type | MVCx |
One of the MVCx |
#Returns
Type | Description |
---|---|
Ribbon |
An Ribbon |
See Also