Skip to main content

RibbonPageCategoryCollection.Insert(Int32, RibbonPageCategory) Method

Adds the specified category to the specified position within the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int index,
    RibbonPageCategory category
)

Parameters

Name Type Description
index Int32

An integer value representing the zero-based index at which the specified category should be inserted. If negative or exceeds the number of elements, an exception is raised.

category RibbonPageCategory

A RibbonPageCategory object representing the category to be inserted.

See Also