Skip to main content

RibbonItemCollectionBuilder<TItemCollectionBuilder> Class

A builder for a ribbon item collection.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public abstract class RibbonItemCollectionBuilder<TItemCollectionBuilder>
    where TItemCollectionBuilder :
    RibbonItemCollectionBuilder<TItemCollectionBuilder>

Type Parameters

Name Description
TItemCollectionBuilder

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

Inheritance

See Also