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.v24.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 |
---|---|
TTab |
An object that can be used to further configure the tab collection. |