DataGridViewCheckBoxCell.EditingCellFormattedValue Property

Definition

Gets or sets the formatted value of the control hosted by the cell when it is in edit mode.

public:
 virtual property System::Object ^ EditingCellFormattedValue { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object EditingCellFormattedValue { get; set; }
public virtual object? EditingCellFormattedValue { get; set; }
member this.EditingCellFormattedValue : obj with get, set
Public Overridable Property EditingCellFormattedValue As Object

Property Value

An Object representing the cell's value.

Implements

Exceptions

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.

The FormattedValueType property value is null.

Applies to

See also