컨트롤을 이용해 편집할 수 있고 셀을 그릴 수 있는 기능을 제공합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
 Syntax
Syntax
| C# | 
|---|
| public abstract class ColumnControl<TEditing, TView> : Column, IColumnControl, IControlProvider, IValuePainter where TEditing : Control where TView : Control | 
| Visual Basic | 
|---|
| Public MustInherit Class ColumnControl(Of TEditing As Control, TView As Control) _ Inherits Column _ Implements IColumnControl, IControlProvider, IValuePainter | 
| Visual C++ | 
|---|
| generic<typename TEditing, typename TView> where TEditing : Control where TView : Control public ref class ColumnControl abstract : public Column, IColumnControl, IControlProvider, IValuePainter | 
 Type Parameters
Type Parameters
- TEditing
- 편집할때 사용할 컨트롤의 타입입니다.
- TView
- 셀을 표시할때 사용할 컨트롤의 타입입니다.
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
Ntreev.Windows.Forms.Grid..::..GridObject
Ntreev.Windows.Forms.Grid..::..CellBase
Ntreev.Windows.Forms.Grid..::..Column
Ntreev.Windows.Forms.Grid..::..ColumnControl<(Of <(<'TEditing, TView>)>)>
Ntreev.Windows.Forms.Grid..::..GridObject
Ntreev.Windows.Forms.Grid..::..CellBase
Ntreev.Windows.Forms.Grid..::..Column
Ntreev.Windows.Forms.Grid..::..ColumnControl<(Of <(<'TEditing, TView>)>)>





