Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Cell Class / ErrorDescription Property


In This Topic
    ErrorDescription Property (Cell)
    In This Topic
    Gets or sets the description of the error that will be displayed in the tooltip when the mouse passes over the cell.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public Property ErrorDescription As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    instance.ErrorDescription = value
     
    value = instance.ErrorDescription
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public string ErrorDescription {get; set;}

    Property Value

    A string representing the description of the error that will be displayed in the tooltip when the mouse passes over the cell.
    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