Back to Devexpress

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

aspnetcore-devexpress-dot-aspnetcore-dot-office-dot-ribbontabcollectionbuilder-3-dot-removeat-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.AspNetCore.Common

Declaration

csharp
public TTabCollectionBuilder RemoveAt(
    int index
)

Parameters

NameTypeDescription
indexInt32

A zero-based index of the tab to remove.

|

Returns

TypeDescription
TTabCollectionBuilder

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

|

See Also

RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> Class

RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> Members

DevExpress.AspNetCore.Office Namespace