ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Boolean
    public System.bool ValueIsNull {get; set;}
    See Also