RibbonItemCollectionBuilder<TItemCollectionBuilder>.Clear() Method
Removes all items from the collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.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