Skip to main content

RibbonItemCollectionBuilder<TItemCollectionBuilder>.AddButton() Method

Adds a new 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 RibbonButtonItemBuilder AddButton()

Returns

Type Description
RibbonButtonItemBuilder

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

See Also