[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.ErrorStyle

ErrorStyle Property

ErrorStyle

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

Declaration
public CellStyle ErrorStyle { get; set; }
Remarks
<p>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.