RibbonItemCollectionBuilder<TItemCollectionBuilder> Class
In This Article
A builder for a ribbon item collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
C#
public abstract class RibbonItemCollectionBuilder<TItemCollectionBuilder>
where TItemCollectionBuilder :
RibbonItemCollectionBuilder<TItemCollectionBuilder>
#Type Parameters
Name | Description |
---|---|
TItem |
An object that can be used to further configure the item collection. |
See Also