A NumericBox displays a box in which numeric values can be entered. The limits for Numeric Box can be set using the Minimum and Maximum properties.
The GIF below depicts a NumericBox with minimum and maximum values of 5 and10 respectively.
The Ribbon NumericBox can be added at design-time using the Ribbon Group Floating Toolbar or RibbonGroup Items Collection Editor. Also, you can customize the look of the Ribbon Menu using the Ribbon NumericBox Floating ToolBar or by editing the properties in the Properties Window. For more information about floating toolbars, refer this topic.
This image below shows the floating toolbar of NumericBox.
A NumericBox can also be added to the C1Ribbon control through the code using the RibbonNumericBox class. This is depicted in the code below: