FlexPivot for WinForms
ShowErrors プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : ShowErrors プロパティ
Gets or sets whether the grid should display error information in cells and rows.
シンタックス
'宣言
 
Public Property ShowErrors As System.Boolean
public System.bool ShowErrors {get; set;}
解説

Setting this property to true causes the grid to display error information in cells and rows. Error information is displayed as error icons in the cells or row headers. Moving the mouse over the error icons show tooltips containing an error description.

The error information may be supplied directly by data sources that implement the System.ComponentModel.IDataErrorInfo interface (for example, the DataTable class implements this interface).

If the grid is bound to a data source that doesn't support System.ComponentModel.IDataErrorInfo, you can provide error information using the GetCellErrorInfo and GetRowErrorInfo events.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ