DataGridViewCheckBoxCell.EditingCellFormattedValue Propiedad

Definición

Obtiene o establece el valor con formato del control hospedado por la celda cuando está en modo de edición.

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

Valor de propiedad

Object que representa el valor de la celda.

Implementaciones

Excepciones

El valor de la propiedad FormattedValueType es null.

o bien

El valor asignado es null o no es del tipo indicado por la propiedad FormattedValueType.

o bien

El valor asignado no es de tipo Boolean ni de tipo CheckState.

El valor de la propiedad FormattedValueType es null.

Se aplica a

Consulte también