[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.SetErrorTip

SetErrorTip Method

SetErrorTip(C1FlexGrid, Border, string)

Sets an error tooltip on a cell, honoring the grid's ErrorStyle property.

Declaration
protected void SetErrorTip(C1FlexGrid grid, Border cell, string err)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that contains the cell.

Border cell

Border element that contains the cell content.

string err

String that contains the error description.

Remarks

The background of the error tooltip is set to the grid's ErrorStyle.BorderBrush property; the font family and size are also set to the corresponding properties in the grid's ErrorStyle property.