Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / IsInvalid Property


In This Topic
    IsInvalid Property (ValidationErrorIndicator)
    In This Topic
    Gets a value indicating whether the curren value is invalid.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsInvalid As Boolean
    'Usage
     
    Dim instance As ValidationErrorIndicator
    Dim value As Boolean
     
    value = instance.IsInvalid
    public bool IsInvalid {get;}

    Property Value

    true if value is invalid; otherwise, false.
    See Also