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

適用於

另請參閱