1 write to ErrorText
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
908
dataGridViewCell.
ErrorText
= ErrorTextInternal;
4 references to ErrorText
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
14566
if (CurrentCell is not null && (ShowCellToolTips || (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell?.
ErrorText
))))
15202
if (CurrentCell is not null && (ShowCellToolTips || (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell.
ErrorText
))))
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
343
if (DataGridView is not null && DataGridView.ShowCellErrors && !string.IsNullOrEmpty(
ErrorText
))
345
return
ErrorText
;