ComponentOne FlexGrid 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 Boolean
    public bool AllowNull {get; set;}
    See Also