Skip to main content

RibbonSelectBoxItemBuilder.Items(Action<RibbonSelectBoxSubItemCollectionBuilder>) Method

Allows you to customize the ribbon select box item’s sub-item collection.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v24.1.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxItemBuilder Items(
    Action<RibbonSelectBoxSubItemCollectionBuilder> configure
)

Parameters

Name Type Description
configure Action<RibbonSelectBoxSubItemCollectionBuilder>

A method that configures the collection of items.

Returns

Type Description
RibbonSelectBoxItemBuilder

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

See Also