Skip to main content

RibbonContextTabCategoriesBuilder<TContextTabCategoriesBuilder, TContextTabCategoryInfoBuilder, TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Clear() Method

Removes all categories from the context tab category collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public TContextTabCategoriesBuilder Clear()

Returns

Type Description
TContextTabCategoriesBuilder

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

See Also