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


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

    Property Value

    true if this instance is invalid; otherwise, false.
    See Also