Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / OverflowErrorText Property


    OverflowErrorText Property (GridControl)
    Gets or sets the string that is displayed when the result of a statistical function exceeds the capacity of its datatype.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The string that is displayed by the GroupManagerRow, SummaryRow, and/or SummaryCell when the result of a statistical function exceeds the capacity of its datatype.")>
    <CategoryAttribute("Appearance")>
    <LocalizableAttribute(True)>
    <MergablePropertyAttribute(True)>
    Public Property OverflowErrorText As String
     
    'Usage
     
    Dim instance As GridControl
    Dim value As String
     
    instance.OverflowErrorText = value
     
    value = instance.OverflowErrorText

    Property Value

    The string that is displayed by the GroupManagerRow, SummaryRow, and/or SummaryCell when the result of a statistical function exceeds the capacity of its datatype. By default, DefaultOverflowErrorText.
    Remarks

    Setting the OverflowErrorText property to a null reference (Nothing in Visual Basic) will reset it to its default value, DefaultOverflowErrorText.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also