Xceed Grid for WinForms v4.3 Documentation
ErrorBehaviors Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : ErrorBehaviors Enumeration
Value representing the behaviors displayed by the grid when an error occurs.
Syntax
'Declaration
 
<EditorAttribute("Xceed.Grid.Design.ErrorBehaviorsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<FlagsAttribute()>
Public Enum ErrorBehaviors 
   Inherits System.Enum
'Usage
 
Dim instance As ErrorBehaviors
[Editor("Xceed.Grid.Design.ErrorBehaviorsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[Flags()]
public enum ErrorBehaviors : System.Enum 
Members
MemberDescription
CellBlinkThe cell that contains an error will blink.
CellColorThe background and foreground colors of the cell that contains an error will change.
CellToolTipA tooltip will be displayed for the cell that contains an error.
NoneNo error behavior.
RowBlinkThe row that contains an error will blink.
RowColorThe background and foreground colors of the row that contains an error will change.
RowSelectorBlinkThe row selector of the row that contains an error will blink.
RowSelectorIconAn icon will be displayed in the row selector of the row that contains an error.
RowSelectorToolTipA tooltip will be displayed for the row selector of the row that contains an error.
RowToolTipA tooltip will be displayed for the row that contains an error.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.ErrorBehaviors

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

Xceed.Grid Namespace