Skip to main content

RibbonItemCollectionBuilder<TItemCollectionBuilder>.AddSelectBox() Method

Adds a new select box item to the end of the ribbon item collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxItemBuilder AddSelectBox()

Returns

Type Description
RibbonSelectBoxItemBuilder

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

See Also