Skip to main content

RibbonSelectBoxSubItemCollectionBuilder.Clear() Method

Removes all items from the select box sub-item collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxSubItemCollectionBuilder Clear()

Returns

Type Description
RibbonSelectBoxSubItemCollectionBuilder

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

See Also