4 overrides of GetValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
423
protected override object?
GetValue
(int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
422
protected override object?
GetValue
(int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
539
protected override object?
GetValue
(int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
697
protected override object?
GetValue
(int rowIndex)
17 references to GetValue
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
433
return base.
GetValue
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (10)
176
return GetEditedFormattedValue(
GetValue
(RowIndex), RowIndex, ref dataGridViewCellStyle, DataGridViewDataErrorContexts.Formatting);
686
return
GetValue
(RowIndex);
1300
formattedValue = GetEditedFormattedValue(
GetValue
(rowIndex), rowIndex, ref dataGridViewCellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.ClipboardContent);
1528
return GetEditedFormattedValue(
GetValue
(rowIndex), rowIndex, ref dataGridViewCellStyle, context);
1578
GetValue
(rowIndex),
2459
internal object? GetValueInternal(int rowIndex) =>
GetValue
(rowIndex);
2735
GetValue
(rowIndex),
2750
string? stringValue =
GetValue
(rowIndex) as string;
3645
object? value =
GetValue
(rowIndex);
3884
originalValue =
GetValue
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
737
object? value =
GetValue
(rowIndex);
844
object? value =
GetValue
(rowIndex);
1237
GetValue
(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
541
object? valueBase = base.
GetValue
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
707
return base.
GetValue
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
265
object? value =
GetValue
(rowIndex);