ComponentOne FlexGrid for WPF and Silverlight
ErrorStyle Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : ErrorStyle Property
Gets or sets the CellStyle used to highlight cells that contain errors.
Syntax
'Declaration
 
Public Property ErrorStyle As CellStyle
public CellStyle ErrorStyle {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

Reference

C1FlexGrid Class
C1FlexGrid Members