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

RibbonPageCategoryCollection.Add(RibbonPageCategory) Method

Adds the specified category to the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual int Add(
    RibbonPageCategory category
)

Parameters

Name Type Description
category RibbonPageCategory

A RibbonPageCategory object to add to the collection.

Returns

Type Description
Int32

An integer value that specifies the position of the category within the collection.

See Also