Class SortDescription
Describes a sorting criterion.
Inheritance
System.Object
SortDescription
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public class SortDescription
Constructors
SortDescription()
Declaration
public SortDescription()
SortDescription(String, ListSortDirection)
Declaration
public SortDescription(string propertyName, ListSortDirection direction)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.ComponentModel.ListSortDirection | direction |
Properties
Direction
Declaration
public ListSortDirection Direction { get; set; }
Property Value
Type |
---|
System.ComponentModel.ListSortDirection |
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
---|
System.String |