Skip to main content

RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Insert(Int32) Method

Inserts a new tab to the ribbon tab collection at the specified position.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public TTabInfoBuilder Insert(
    int index
)

Parameters

Name Type Description
index Int32

The position to insert the tab.

Returns

Type Description
TTabInfoBuilder

An object that can be used to further configure the inserted tab.

See Also