Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Converters Namespace / StatResultConverter Class
Properties Methods


In This Topic
    StatResultConverter Class Members
    In This Topic

    The following tables list the members exposed by StatResultConverter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the StatResultConverter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the message that is returned by a StatResultConverter when a DivideByZeroException occurs during the calculation of a statistical function's result.  
    Public PropertyGets or sets an IFormatProvider that provides culture-specific formatting information. (Inherited from Xceed.Wpf.DataGrid.Converters.StringFormatConverter)
    Public PropertyGets or sets the message that is returned by a StatResultConverter when an InvalidValueException occurs during the calculation of a statistical function's result.  
    Public PropertyGets or sets the message that is returned by a StatResultConverter when an OverflowException occurs during the calculation of a statistical function's result.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Converts the specified value using the composite format string specified as parameter.  
    Public MethodThe ConvertBack method is not supported by the StatResultConverter. (Inherited from Xceed.Wpf.DataGrid.Converters.StringFormatConverter)
    Top
    See Also