Skip to main content

RibbonSelectBoxSubItemCollectionBuilder.Add() Method

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

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxSubItemBuilder Add()

Returns

Type Description
RibbonSelectBoxSubItemBuilder

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

See Also