IDataGridViewEditingControl::EditingControlFormattedValue Property
.NET Framework (current version)
Gets or sets the formatted value of the cell being modified by the editor.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The formatted value represents the value as it is displayed in the control's user interface. The formatted value may be different in absolute value and even data type from the actual value contained in the control.
The following code example provides an implementation of this member. This example is part of a larger example available in How to: Host Controls in Windows Forms DataGridView Cells.
.NET Framework
Available since 2.0
Available since 2.0
Show: