Class SortColumnDescription
Describes a sorting criterion.
Inheritance
System.Object
SortColumnDescription
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SortColumnDescription : DependencyObject
Constructors
SortColumnDescription()
Declaration
public SortColumnDescription()
Fields
ColumnNameProperty
Identifies the ColumnName dependency property.
Declaration
public static readonly DependencyProperty ColumnNameProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Remarks
The identifier for the ColumnName dependency property.
SortDirectionProperty
Identifies the SortDirection dependency property.
Declaration
public static readonly DependencyProperty SortDirectionProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Remarks
The identifier for the SortDirection dependency property.
Properties
ColumnName
Gets or sets the name of the column.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the name of the column. The default value is null. |
SortDirection
Gets or sets the sort direction.
Declaration
public SortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
SortDirection | One of the System.ComponentModel.ListSortDirection enumeration that specifies the sort direction. |