셀이 편집될때 사용되는 컨트롤의 인스턴스를 가져옵니다.

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

Syntax

C#
public TControl EditingControl { get; }
Visual Basic
Public ReadOnly Property EditingControl As TControl
	Get
Visual C++
public:
property TControl EditingControl {
	TControl get ();
}

See Also