Class SortColumnDescriptions
A collection of SortColumnDescription objects that used to maintain the sorting information in a SfDataGrid control.
Inheritance
System.Object
SortColumnDescriptions
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class SortColumnDescriptions : ObservableCollection<SortColumnDescription>
Constructors
SortColumnDescriptions()
Initializes a new instance of the SortColumnDescriptions class.
Declaration
public SortColumnDescriptions()
Properties
Item[String]
Returns the SortColumnDescription with the given column name from the SortColumnDescriptions collection.
Declaration
public SortColumnDescription this[string columnName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | The column name whose SortColumnDescription to be retrieved. |
Property Value
Type | Description |
---|---|
SortColumnDescription | The SortColumnDescription with the given column name from the SortColumnDescriptions collection. |