InvalidValueMessage Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Converters Namespace > StatResultConverter Class : InvalidValueMessage Property

Gets or sets the message that is returned by a StatResultConverter when an InvalidValueException occurs during the calculation of a statistical function's result.

Syntax

Visual Basic (Declaration) 
Public Property InvalidValueMessage As String
C# 
public string InvalidValueMessage {get; set;}

Return Value

A string representing the message that is returned by a StatResultConverter when an InvalidValueException occurs during the calculation of a statistical function's result. By default, #VALUE#.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also