셀을 표시할때 사용되는 컨트롤의 인스턴스를 가져옵니다.

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

Syntax

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

See Also