System.Windows.Forms.NumericUpDown.Value Property

Gets or sets the value assigned to the spin box (also known as an up-down control).

Syntax

[System.ComponentModel.Bindable(true)]
public decimal Value { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the NumericUpDown.Value property is set, the new value is validated to be between the NumericUpDown.Minimum and NumericUpDown.Maximum values. Following this, the NumericUpDown.UpdateEditText method is called to update the spin box's display with the new value in the appropriate format.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0