RibbonPageGroupCollection.Add(RibbonPageGroup) Method
Adds the specified group to the end of the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public virtual int Add(
RibbonPageGroup group
)
Public Overridable Function Add(
group As RibbonPageGroup
) As Integer
Parameters
Name | Type | Description |
---|---|---|
group | RibbonPageGroup | A RibbonPageGroup object to add to the collection. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer which represents the group's position within the collection. |
See Also
Feedback