ComponentOne Basic Library for UWP
AllowNull Property (C1NumericBox)

C1.UWP Assembly > C1.Xaml Namespace > C1NumericBox Class : AllowNull Property
Gets or sets whether the user can enter nulls values.
Syntax
'Declaration
 
Public Property AllowNull As System.Boolean
public System.bool AllowNull {get; set;}
Remarks
Null values are encoded in the Value property as double.NaN.
See Also

Reference

C1NumericBox Class
C1NumericBox Members