Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class / ValueIsNull Property


In This Topic
    ValueIsNull Property
    In This Topic
    Indicates whether the current value is null.
    Syntax
    'Declaration
     
    
    Public Property ValueIsNull As Boolean
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As Boolean
     
    instance.ValueIsNull = value
     
    value = instance.ValueIsNull
    public bool ValueIsNull {get; set;}
    See Also