MVCxRibbonGroupCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Adds a new Ribbon group to the end of the collection and returns the newly created object. |
Add(Action<MVCxRibbonGroup>) | method | Adds a new group to the collection and allows you to customize this group in a delegate method implementation. |
Add(String) | text | Adds a new group with the specified text to the collection. |