GridObject클래스의 새 인스턴스를 초기화합니다.

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

Syntax

C#
public GridObject(
	GridControl gridControl
)
Visual Basic
Public Sub New ( _
	gridControl As GridControl _
)
Visual C++
public:
GridObject(
	GridControl^ gridControl
)

Parameters

gridControl
Type: Ntreev.Windows.Forms.Grid..::..GridControl
종속될 그리드 컨트롤의 인스턴스입니다.

See Also