Class SortColumnDescription
Represents a class for that contains the sorting information like sort column's name and sorting direction based on which sorting for a column is processed in a SfDataGrid.
Inheritance
System.Object
SortColumnDescription
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SortColumnDescription : BindableObject
Constructors
SortColumnDescription()
Declaration
public SortColumnDescription()
Fields
ColumnNameProperty
Identifies the ColumnName Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty ColumnNameProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
SortDirectionProperty
Identifies the SortDirection Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty SortDirectionProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
ColumnName
Gets or sets the name of the column to be sorted.
Declaration
public string ColumnName { get; set; }
Property Value
Type |
---|
System.String |
SortDirection
Gets or sets the direction of sorting for the given column.
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
Type |
---|
System.ComponentModel.ListSortDirection |