Gets or sets the background color that is used when an error occurs in the grid.
'Declaration
<DescriptionAttribute("The background color that is used when an error occurs in the grid.")>
<CategoryAttribute("Appearance")>
Public Property ErrorBackColor As Color
'Usage
Dim instance As GridControl
Dim value As Color
instance.ErrorBackColor = value
value = instance.ErrorBackColor
[Description("The background color that is used when an error occurs in the grid.")]
[Category("Appearance")]
public Color ErrorBackColor {get; set;}
Property Value
A
System.Drawing.Color structure representing the background color that is used when an error occurs in the grid. By default,
System.Drawing.Color.Red.
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