RibbonItemCollectionBuilder<TItemCollectionBuilder>.AddNumberBox() Method
Adds a new number box item to the end of the ribbon item collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonNumberBoxItemBuilder AddNumberBox()
Returns
Type | Description |
---|---|
RibbonNumberBoxItemBuilder | An object that can be used to further configure the added item. |
See Also