Implemented interface member:
property
EditingCellFormattedValue
System.Windows.Forms.IDataGridViewEditingCell.EditingCellFormattedValue
4 writes to EditingCellFormattedValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
1677editingCell.EditingCellFormattedValue = CheckState.Indeterminate; 1681editingCell.EditingCellFormattedValue = CheckState.Unchecked; 1685editingCell.EditingCellFormattedValue = CheckState.Checked; 1690editingCell.EditingCellFormattedValue = !((bool)editingCell.GetEditingCellFormattedValue(DataGridViewDataErrorContexts.Formatting)!);