Skip to main content

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

Removes a tab at the specified position from the ribbon tab collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public TTabCollectionBuilder RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based index of the tab to remove.

Returns

Type Description
TTabCollectionBuilder

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

See Also