DataGridView.ShowCellErrors Proprietà

Definizione

Ottiene o imposta un valore che indica se visualizzare gli errori di cella.

public:
 property bool ShowCellErrors { bool get(); void set(bool value); };
public bool ShowCellErrors { get; set; }
member this.ShowCellErrors : bool with get, set
Public Property ShowCellErrors As Boolean

Valore della proprietà

true se un glifo rosso verrà visualizzato in una cella che non riesce a convalidare; in caso contrario, false. Il valore predefinito è true.

Si applica a

Vedi anche