FIX. RadSpinEditor - changing Hexadecimal property change the control's Value [
If I set a RadSpinEditor.Hexadecimal to true, then false without reading the value, the value will steadily increase.
Workaround:
public class MySpinEditor : RadSpinEditor
{
public new bool Hexadecimal
{
get