Gets or sets the CellStyle used to highlight cells that contain errors.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public CellStyle ErrorStyle { get; set; }
Visual Basic
Public Property ErrorStyle As CellStyle
	Get
	Set

Remarks

The default error style draws a red border around cells that contain errors. You can use this property to modify this style to change the cell background, foreground, make items bold, etc.

This property has no effect if ShowErrors is set to false.

See Also