IDataGridViewEditingCell.EditingCellFormattedValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the formatted value of the cell.
public:
property System::Object ^ EditingCellFormattedValue { System::Object ^ get(); void set(System::Object ^ value); };
public object EditingCellFormattedValue { get; set; }
public object? EditingCellFormattedValue { get; set; }
member this.EditingCellFormattedValue : obj with get, set
Public Property EditingCellFormattedValue As Object
Property Value
An Object that contains the cell's value.
Remarks
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.