Skip to main content

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.v23.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<TTabCollectionBuilder>

A method that configures the collection of tabs.

Returns

Type Description
RibbonSettingsBuilder<TContextTabCategoriesBuilder, TContextTabCategoryInfoBuilder, TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>

An object that can be used to further configure the ribbon settings.

See Also