By default buttons are visible in the C1NumericBox control to allow users to increment and decrement the value in the box by one step. You can choose to hide the Up and Down buttons in the C1NumericBox control at run time. To hide the Up and Down buttons you can set the ShowButtons property to False.
Run your project and observe:
The Up and Down buttons will not be visible: