RibbonTabInfoBuilder<TTabInfoBuilder, TItemCollectionBuilder>.Items(Action<TItemCollectionBuilder>) Method
Allows you to customize the tab’s item collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
public RibbonTabInfoBuilder<TTabInfoBuilder, TItemCollectionBuilder> Items(
Action<TItemCollectionBuilder> configure
)
#Parameters
Name | Type | Description |
---|---|---|
configure | Action<TItem |
A method that configures the collection of items. |
#Returns
Type | Description |
---|---|
Ribbon |
An object that can be used to further configure the tab. |