Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > StatCell Class : ResultConverter Property |
'Declaration Public Property ResultConverter As IValueConverter
'Usage Dim instance As StatCell Dim value As IValueConverter instance.ResultConverter = value value = instance.ResultConverter
public IValueConverter ResultConverter {get; set;}
Various error messages can be displayed when an exception occurs during the calculation of a statistical functions result, some of which can be modified. The following table provides a list of the default messages that can be returned by a StatResultConverter, and links to the properties that allow the messages for the specific exception to be modified:
Exception | Default message |
---|---|
DivideByZeroMessage | #DIV/0# |
Exception | #[Exception.Message]# |
InvalidSourcePropertyNameException | #[InvalidSourcePropertyNameException.SourcePropertyName]# |
InvalidValueMessage | #VALUE# |
OverflowMessage | #OVER# |
NotSupportedStatFunctionMessage | #NOTSUPPORTED# |
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family