Skip to main content

RibbonTabInfoBuilder<TTabInfoBuilder, TItemCollectionBuilder>.Items(Action<TItemCollectionBuilder>) Method

Allows you to customize the tab’s item collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonTabInfoBuilder<TTabInfoBuilder, TItemCollectionBuilder> Items(
    Action<TItemCollectionBuilder> configure
)

Parameters

Name Type Description
configure Action<TItemCollectionBuilder>

A method that configures the collection of items.

Returns

Type Description
RibbonTabInfoBuilder<TTabInfoBuilder, TItemCollectionBuilder>

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

See Also