Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditErrorEventArgs Class / EditError Property


In This Topic
    EditError Property (EditErrorEventArgs)
    In This Topic
    Gets the type of edit error.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditError As EditError
    'Usage
     
    
    Dim instance As EditErrorEventArgs
    Dim value As EditError
     
    value = instance.EditError
    public EditError EditError {get;}
    See Also