Skip to main content
A newer version of this page is available. .

RibbonItemCollectionBuilder<TItemCollectionBuilder>.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public TItemCollectionBuilder Clear()

Returns

Type Description
TItemCollectionBuilder

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

See Also