New to Telerik UI for WinForms? Start a free 30-day trial
Updated over 6 months ago
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() |