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 |
---|
SortDescription |
Methods
InsertItem(Int32, SortDescription)
to do
Declaration
protected override void InsertItem(int index, SortDescription item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
SortDescription | item |