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

Contains a grid with the entity properties in alphabetical order. The order of the properties can also be modified with up/down buttons.

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

Syntax

C#
public class OrderedPropertiesControl : NUserControl
Visual Basic
Public Class OrderedPropertiesControl
	Inherits NUserControl
Visual C++
public ref class OrderedPropertiesControl : public NUserControl

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.Model.Forms..::..OrderedPropertiesControl

See Also