ComponentOne Basic Library for WPF and Silverlight
AllowNull Property (C1NumericBox)


C1.Silverlight Namespace > C1NumericBox Class : AllowNull Property
Gets or sets whether the user can enter nulls values.
Syntax
'Declaration
 
Public Property AllowNull As System.Boolean
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Boolean
 
instance.AllowNull = value
 
value = instance.AllowNull
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