Property Value
| Edit this page View SourceValue
Gets or sets the numeric value of a NumberBox.
Declaration
public T? Value { get; set; }
Property Value
Type | Description |
---|---|
T? | The numeric value of a NumberBox. |
Remarks
caution
If you're two-way binding to a non-nullable value type, set AllowNull to false to avoid resetting the value to null when the user clears the text and causing a binding error.