Xceed Grid for WinForms v4.3 Documentation
ErrorDescription Property (CellRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellRow Class : ErrorDescription Property
Gets or sets the description of the error that will be displayed in the tooltip when the mouse passes over the row or the row's row selector.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property ErrorDescription As String
'Usage
 
Dim instance As CellRow
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 row or the row's row selector.
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

Reference

CellRow Class
CellRow Members