MVCxRibbonItemCollection.Add(MVCxRibbonItemType, String) 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,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
type | MVCx |
One of the MVCx |
name | String | A String value specifying the name which identifies the newly created item. |
#Returns
Type | Description |
---|---|
Ribbon |
An Ribbon |
See Also