DataGridViewCheckBoxCell.EditingCellFormattedValue プロパティ

定義

編集モードのときにセルでホストされているコントロールの書式設定済みの値を取得または設定します。

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

プロパティ値

セルの値を表す Object

実装

例外

FormattedValueType プロパティ値が null である。

- または -

代入された値が null であるか、FormattedValueType プロパティで示される型ではありません。

- または -

代入された値が Boolean 型、CheckState 型のいずれでもありません。

FormattedValueType プロパティ値が null である。

適用対象

こちらもご覧ください