RibbonContextTabCategoryInfoBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Tabs(Action<TTabCollectionBuilder>) Method
Allows you to customize the category’s tab collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonContextTabCategoryInfoBuilder<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 |
---|---|
RibbonContextTabCategoryInfoBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> | An object that can be used to further configure the context tab category. |
See Also