Show / Hide Table of Contents

Property Value

| Edit this page View Source

Value

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.

See Also
AllowNull
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX