Xceed Grid for WinForms v4.3 Documentation
ErrorBlinkRate Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : ErrorBlinkRate Property
Gets or sets the blink rate 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 rate 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 ErrorBlinkRate As Integer
'Usage
 
Dim instance As GridControl
Dim value As Integer
 
instance.ErrorBlinkRate = value
 
value = instance.ErrorBlinkRate
[Description("The blink rate 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 int ErrorBlinkRate {get; set;}

Property Value

A value indicating the blink rate that 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