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

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