Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / IsEditError Property


In This Topic
    IsEditError Property
    In This Topic
    Determines whether the error is an editing error.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEditError As Boolean
    'Usage
     
    
    Dim instance As ErrorEventArgs
    Dim value As Boolean
     
    value = instance.IsEditError
    public bool IsEditError {get;}
    See Also