DataGridViewCheckBoxCell.EditingCellFormattedValue 속성

정의

편집 모드에 있을 때 셀에 의해 호스팅된 컨트롤의 형식이 지정된 값을 가져오거나 설정합니다.

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

속성 값

Object

셀의 값을 나타내는 Object입니다.

구현

예외

FormattedValueType 속성 값이 null일 경우

또는 할당된 값이 null이거나 FormattedValueType 속성이 나타내는 형식이 아닌 경우

또는 할당된 값이 Boolean 형식도 아니고 CheckState 형식도 아닌 경우

FormattedValueType 속성 값이 null일 경우

적용 대상

추가 정보