Class SortColumnDescription
Represents a class that describes the sorting criterion.
Inheritance
System.Object
SortColumnDescription
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)
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SortColumnDescription
Constructors
SortColumnDescription()
Declaration
public SortColumnDescription()
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 ListSortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
System.ComponentModel.ListSortDirection | One of the System.ComponentModel.ListSortDirection enumeration that specifies the sort direction. |
Methods
ToString()
Overriden to return the string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Returns the string respresentation of the object. |
Overrides
System.Object.ToString()