DevExpress SpinEdit not incrementing?

1.4k views Asked by At

I put a SpinEdit control on a WinForm and when I click the up and down arrows, it does not do anything. The only properties I changed on it are:

IsFloatValue is false  
MinValue is 1
MaxValue is 99
EditMask = 'N00'
1

There are 1 answers

0
Mlad3n On

You must set your parent control to be editable, and You will be able to increment / decrement spin's value...