Skip to main content
A newer version of this page is available. .

MVCxRibbonItemCollection.Add Method

Name Parameters Description
Add(MVCxRibbonItemType, Action<RibbonItemBase>) type, method Creates a new item with the specified settings and adds it to the collection.
Add(MVCxRibbonItemType, String, String) type, name, text Creates a new item with the specified settings and adds it to the collection.
Add(MVCxRibbonItemType, String) type, name Creates a new item with the specified settings and adds it to the collection.
Add(MVCxRibbonItemType) type Creates a new item with the specified settings and adds it to the collection.