[]
Interface that supports creating a model that represents the error icon.
public interface IErrorTextSupport
Public Interface IErrorTextSupport
Name | Description |
---|---|
GetCellErrorText(int, int) | Gets the error text of the cell. |
GetRowErrorText(int) | Gets the error text of the row. |
SetCellErrorText(int, int, string) | Sets the error text for the cell. |
SetRowErrorText(int, string) | Sets the error text for the row. |
Name | Description |
---|---|
CellErrorTextChanged | Occurs when the cell error text is changed. |
RowErrorTextChanged | Occurs when the row error text is changed. |