1 override of GetErrorText
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
287
protected internal override string
GetErrorText
(int rowIndex) =>
31 references to GetErrorText
System.Windows.Forms (29)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
194
GetErrorText
(rowIndex),
222
string.IsNullOrEmpty(
GetErrorText
(rowIndex)))
240
GetErrorText
(rowIndex),
263
GetErrorText
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
201
get =>
GetErrorText
(RowIndex);
2807
string errorText =
GetErrorText
(rowIndex);
3645
string errorText =
GetErrorText
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
483
GetErrorText
(rowIndex),
514
string.IsNullOrEmpty(
GetErrorText
(rowIndex)))
541
GetErrorText
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
775
GetErrorText
(rowIndex),
839
string.IsNullOrEmpty(
GetErrorText
(rowIndex)))
860
GetErrorText
(rowIndex),
878
GetErrorText
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (4)
272
GetErrorText
(rowIndex),
295
string.IsNullOrEmpty(
GetErrorText
(rowIndex)))
322
GetErrorText
(rowIndex),
337
GetErrorText
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (3)
467
GetErrorText
(rowIndex),
495
string.IsNullOrEmpty(
GetErrorText
(rowIndex)))
522
GetErrorText
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
289
? base.
GetErrorText
(rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (4)
303
GetErrorText
(rowIndex),
331
string.IsNullOrEmpty(
GetErrorText
(rowIndex)))
348
GetErrorText
(rowIndex),
372
GetErrorText
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (3)
70
GetErrorText
(rowIndex),
103
GetErrorText
(rowIndex),
121
GetErrorText
(rowIndex),
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
6558
public new string GetErrorText(int rowIndex) => base.
GetErrorText
(rowIndex);
6606
public new string GetErrorText(int rowIndex) => base.
GetErrorText
(rowIndex);