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

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

Syntax

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

Return Value

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

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also