InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / ValueIsNull Property

In This Topic
    ValueIsNull Property (InputDatePicker)
    In This Topic
    Gets or sets whether the selected date is null.
    Syntax
    'Declaration
     
    Public Property ValueIsNull As Boolean
    public bool ValueIsNull {get; set;}
    See Also