By default the C1NumericBox control's Value property is editable by users at run time. If you want to lock the control from being edited, you can set the IsReadOnly property to True.
Run your project and observe:
The control is locked from editing; notice that the Up and Down buttons are grayed out and inactive: