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)
1680editingCell.EditingCellFormattedValue = CheckState.Indeterminate; 1684editingCell.EditingCellFormattedValue = CheckState.Unchecked; 1688editingCell.EditingCellFormattedValue = CheckState.Checked; 1693editingCell.EditingCellFormattedValue = !((bool)editingCell.GetEditingCellFormattedValue(DataGridViewDataErrorContexts.Formatting)!);