Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorErrorEventArgs Class / Error Property


In This Topic
    Error Property
    In This Topic
    Gets the mathematical error that occurred in the WinCalculator control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Error As CalculatorErrors
    'Usage
     
    Dim instance As CalculatorErrorEventArgs
    Dim value As CalculatorErrors
     
    value = instance.Error
    public CalculatorErrors Error {get;}

    Property Value

    A CalculatorErrors value representing the mathematical error that occurred in the WinCalculator control.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also