ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / AllowNull Property

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