ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputDateTimePicker Class / AllowNull Property

In This Topic
    AllowNull Property (C1InputDateTimePicker)
    In This Topic
    Gets or sets a value indicating whether the editing control allows null values.
    Syntax
    'Declaration
     
    Public Property AllowNull As Boolean
    public bool AllowNull {get; set;}
    See Also