셀의 값을 컨트롤에 적용할때 호출됩니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
protected abstract void SetEditingValue(
	TControl control,
	Object value
)
Visual Basic
Protected MustOverride Sub SetEditingValue ( _
	control As TControl, _
	value As Object _
)
Visual C++
protected:
virtual void SetEditingValue(
	TControl control, 
	Object^ value
) abstract

Parameters

control
Type: TControl
편집 또는 표시에 사용되는 컨트롤의 인스턴스입니다.
value
Type: System..::..Object
컨트롤에 적용할 셀의 값입니다.

See Also