[]
        
(Showing Draft Content)

C1.WPF.C1NumericBox.Value

Value Property

Value

Gets or sets the numeric value in the C1NumericBox.

Declaration
public double Value { get; set; }
Remarks

Null values are represented by the Value property as double.NaN. See also the AllowNull property.