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

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 Control { get; }
Visual Basic
Public ReadOnly Property Control As TControl
	Get
Visual C++
public:
property TControl Control {
	TControl get ();
}

See Also