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

Provides a set of filter controls and a grid control. The filter controls and grid columns are provided by FieldDescriptor objects.

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

Syntax

C#
public class FilterGridControl : NUserControl, 
	IValueLookupHandler
Visual Basic
Public Class FilterGridControl
	Inherits NUserControl
	Implements IValueLookupHandler
Visual C++
public ref class FilterGridControl : public NUserControl, 
	IValueLookupHandler

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.AppWizard.Forms..::..FilterGridControl

See Also