Skip to main content

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

Retrieves a tab from the collection by a tab index.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public TTabInfoBuilder GetAt(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based index of the tab.

Returns

Type Description
TTabInfoBuilder

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

See Also