ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / AllowNull Property

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