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

A control with a grid that's used to edit the columns on a DbTable.

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

Syntax

C#
public class TableColumnsControl : NDUserControl, 
	ISelectedObjectProvider, IGuidIdentifiedControl, IToolWindowEvents
Visual Basic
Public Class TableColumnsControl
	Inherits NDUserControl
	Implements ISelectedObjectProvider, IGuidIdentifiedControl, IToolWindowEvents
Visual C++
public ref class TableColumnsControl : public NDUserControl, 
	ISelectedObjectProvider, IGuidIdentifiedControl, IToolWindowEvents

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              NUserControl
                NTier.Designer.Forms..::..NDUserControl
                  NTier.Model.Forms..::..TableColumnsControl

See Also