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

Provides method to move a record up or down in a grid. The entities bound on the grid must support the IOrdered interface.

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

Syntax

C#
public static class MoveDataGridViewRecordUpDownHelper
Visual Basic
Public NotInheritable Class MoveDataGridViewRecordUpDownHelper
Visual C++
public ref class MoveDataGridViewRecordUpDownHelper abstract sealed

Inheritance Hierarchy

System..::..Object
  NTier.Model.Forms..::..MoveDataGridViewRecordUpDownHelper

See Also