NumericUpDown
The NumericUpDown control in your application will be converted to RadSpinEditor. The following tables describe which properties and methods are removed and which are replaced with similar equivalents.
Properties | Action | RadControls Equivalent |
---|---|---|
TextAlign | Replaced | TextAlignment |
UpDownAlign | Removed |
Methods | Action | RadControls Equivalent |
---|---|---|
Validate(true) | Produces Error | |
Validate() | Produces Error | |
PerformAutoScale() | Removed | |
UpButton() | Replaced | SpinElement.ButtonUp.PerformClick() |
DownButton() | Replaced | SpinElement.ButtonDown.PerformClick() |