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.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.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 column name.
Declaration
public string ColumnName { get; set; }
Property Value
Type |
---|
System.String |
SortDirection
Gets or sets the sorting direction.
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
Type |
---|
ListSortDirection |