Xceed DataGrid for Silverlight Documentation
NotSupportedStatFunctionMessage Property


Gets or sets the message that is returned by a StatResultConverter when an NotSupportedException occurs during the calculation of a statistical function's result.
Syntax
'Declaration
 
Public Property NotSupportedStatFunctionMessage As String
'Usage
 
Dim instance As StatResultConverter
Dim value As String
 
instance.NotSupportedStatFunctionMessage = value
 
value = instance.NotSupportedStatFunctionMessage
public string NotSupportedStatFunctionMessage {get; set;}

Property Value

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

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatResultConverter Class
StatResultConverter Members

Send Feedback