Skip to main content

RibbonPageCategoryCollection.Add(RibbonPageCategory) Method

Adds the specified category to the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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