RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.GetAt(Int32) Method
In This Article
Retrieves a tab from the collection by a tab index.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
C#
public TTabInfoBuilder GetAt(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based index of the tab. |
#Returns
Type | Description |
---|---|
TTab |
An object that can be used to further configure the tab. |
See Also