Skip to main content

RibbonMenuSubItemCollectionBuilder.Clear() Method

Removes all items from the menu item’s sub-item collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonMenuSubItemCollectionBuilder Clear()

Returns

Type Description
RibbonMenuSubItemCollectionBuilder

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

See Also