DevExpress SpinEdit not incrementing?

2019-09-17 19:21发布

问题:

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:

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