Class SortColumn
Representing the class that contains the columns that represents sorting, which contains the column name that is sorted and sort direction.
Inheritance
System.Object
    SortColumn
  Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class SortColumn : Object
  Constructors
SortColumn()
Initializes a new instance of the SortColumn class.
Declaration
public SortColumn()
  Properties
ColumnName
Gets or sets the name of the column that represents sorting.
Declaration
public string ColumnName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the column that represents sorting.  | 
      
SortDirection
Gets or sets the direction of sorting applied.
Declaration
public ListSortDirection SortDirection { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ListSortDirection | The direction of sorting applied.  |