RibbonSettingsBuilder<TContextTabCategoriesBuilder, TContextTabCategoryInfoBuilder, TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Tabs(Action<TTabCollectionBuilder>) Method
Allows you to customize the ribbon tab collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
public RibbonSettingsBuilder<TContextTabCategoriesBuilder, TContextTabCategoryInfoBuilder, TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> Tabs(
Action<TTabCollectionBuilder> configure
)
#Parameters
Name | Type | Description |
---|---|---|
configure | Action<TTab |
A method that configures the collection of tabs. |
#Returns
Type | Description |
---|---|
Ribbon |
An object that can be used to further configure the ribbon settings. |