ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1NumericBox Class / AllowNull Property

In This Topic
    AllowNull Property
    In This Topic
    Gets or sets whether the user can enter nulls values.
    Syntax
    'Declaration
     
    
    Public Property AllowNull As Boolean
    public bool AllowNull {get; set;}
    Remarks
    Null values are encoded in the Value property as double.NaN.
    See Also