IDataGridViewEditingCell::EditingCellFormattedValue Property
.NET Framework (current version)
Gets or sets the formatted value of the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The formatted value represents the value as it is displayed in the cell's user interface. The formatted value may be different in absolute value and even data type than the actual value contained in the cell.
Implementations of this property typically return a value retrieved by calling the GetEditingCellFormattedValue method and passing in the Formatting value.
.NET Framework
Available since 2.0
Available since 2.0
Show: