Xceed DataGrid for Silverlight Documentation
DivisionByZeroMessage Property


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

Property Value

A string representing the message that is returned by a StatResultConverter when a DivideByZeroException occurs during the calculation of a statistical function's result. By default, #DIV/0#.
Requirements

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

See Also

Reference

StatResultConverter Class
StatResultConverter Members

Send Feedback