Class SortDescriptionCollection
Represents a collection of sorting column description that raises notification for both collection and item changes.
Inheritance
System.Object
SortDescriptionCollection
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public class SortDescriptionCollection : ObservableCollection<SortDescription>
Remarks
You can add many
Constructors
SortDescriptionCollection()
Initializes a new instance of
Declaration
public SortDescriptionCollection()
Properties
Item[String]
Declaration
public SortDescription this[string columnName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName |
Property Value
Type | Description |
---|---|
SortDescription |