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.v24.1.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