See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A DataGridView cell for selecting a System.Type. Intellisense is provided to assist in selecting the type.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public class DataGridViewTypeCell : NDataGridViewTextBoxCell, 
	ITypeDescriptorContext, IServiceProvider
Visual Basic
Public Class DataGridViewTypeCell
	Inherits NDataGridViewTextBoxCell
	Implements ITypeDescriptorContext, IServiceProvider
Visual C++
public ref class DataGridViewTypeCell : public NDataGridViewTextBoxCell, 
	ITypeDescriptorContext, IServiceProvider

Inheritance Hierarchy

System..::..Object
  System.Windows.Forms..::..DataGridViewElement
    System.Windows.Forms..::..DataGridViewCell
      System.Windows.Forms..::..DataGridViewTextBoxCell
        NDataGridViewTextBoxCell
          NTier.Designer.Forms..::..DataGridViewTypeCell

See Also