ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / AllowNull Property

In This Topic
    AllowNull Property (C1DateTimePicker)
    In This Topic
    Gets or sets whether the user can enter null values.
    Syntax
    'Declaration
     
    
    Public Property AllowNull As Boolean
    public bool AllowNull {get; set;}
    See Also