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

RibbonPageGroupCollection.Add(RibbonPageGroup) Method

Adds the specified group to the end of the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual int Add(
    RibbonPageGroup group
)

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