Initializes an ArrangeSorter instance.

C# | Visual Basic | Visual C++ |
public ArrangeSorter( string field, SortDirections direction )
Public Sub New ( _ field As String, _ direction As SortDirections _ )
public: ArrangeSorter( String^ field, SortDirections direction )

- field (String)
- The field or property on the data source to sort against
- direction (SortDirections)
- The direction of the sort