1 implementation of EditingCellFormattedValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
70public virtual object EditingCellFormattedValue
7 writes to EditingCellFormattedValue
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
1739editingCell.EditingCellFormattedValue = System.Windows.Forms.CheckState.Indeterminate; 1743editingCell.EditingCellFormattedValue = System.Windows.Forms.CheckState.Unchecked; 1747editingCell.EditingCellFormattedValue = System.Windows.Forms.CheckState.Checked; 1752editingCell.EditingCellFormattedValue = !((bool)editingCell.GetEditingCellFormattedValue(DataGridViewDataErrorContexts.Formatting));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
3124dataGridViewEditingCell.EditingCellFormattedValue = this.uneditedFormattedValue; 9856dataGridViewEditingCell.EditingCellFormattedValue = this.uneditedFormattedValue; 25478dataGridViewEditingCell.EditingCellFormattedValue = nullValue;