Xceed Grid for WinForms v4.3 Documentation
ErrorBlinkStyle Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : ErrorBlinkStyle Property
Gets or sets blink style of the error icon (on the RowSelector) and the background of cells and rows when an error occurs in the grid.
Syntax
'Declaration
 
<DescriptionAttribute("The blink style of the error icon (on the row selector) and the background of cells and rows when an error occurs in the grid.")>
<CategoryAttribute("Appearance")>
<ApplyToDesignerAttribute(True)>
Public Property ErrorBlinkStyle As ErrorBlinkStyle
'Usage
 
Dim instance As GridControl
Dim value As ErrorBlinkStyle
 
instance.ErrorBlinkStyle = value
 
value = instance.ErrorBlinkStyle
[Description("The blink style of the error icon (on the row selector) and the background of cells and rows when an error occurs in the grid.")]
[Category("Appearance")]
[ApplyToDesigner(true)]
public ErrorBlinkStyle ErrorBlinkStyle {get; set;}

Property Value

An ErrorBlinkStyle value indicating which blink style will be used for the error icon (on the row selector) and the background of cells and rows when an error occurs in the grid.
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

GridControl Class
GridControl Members