DataGridViewCheckBoxCell::EditingCellFormattedValue Property
.NET Framework (current version)
Gets or sets the formatted value of the control hosted by the cell when it is in edit mode.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property Object^ EditingCellFormattedValue { virtual Object^ get(); virtual void set(Object^ value); }
| Exception | Condition |
|---|---|
| ArgumentException | The FormattedValueType property value is null. -or- The assigned value is null or is not of the type indicated by the FormattedValueType property. -or- The assigned value is not of type Boolean nor of type CheckState. |
| InvalidOperationException | The FormattedValueType property value is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: