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

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