Skip to main content

RibbonItemCollectionBuilder<TItemCollectionBuilder>.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.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