IDataGridViewEditingCell.EditingCellFormattedValue Property

Definition

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.

Applies to

See also