Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTimePicker Class / ValueIsNull Property

In This Topic
    ValueIsNull Property (RibbonTimePicker)
    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