Class ChangedFieldInfoCollection
Implements the Collection with detected changes in the data source when a ListChanged event is handled.
Inheritance
System.Object
ChangedFieldInfoCollection
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public class ChangedFieldInfoCollection : ArrayList
Constructors
ChangedFieldInfoCollection()
Declaration
public ChangedFieldInfoCollection()
Properties
Item[Int32]
Gets or sets the ChangeFieldInfo at given index.
Declaration
public ChangedFieldInfo this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | Index to identify the requested item. |
Property Value
| Type |
|---|
| ChangedFieldInfo |