Sort public class Sort The target field name and sort direction. Documentation public SortDirection Direction { get; set; } The sort direction, ascending or descending. public string FieldName { get; set; } The name of the field the data should be sorted by. public Sort()