Enum CollectionChangedReason
Defines the constants that specify the possible reasons for collection changes in SfDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum CollectionChangedReason
Fields
| Name | Description |
|---|---|
| ColumnsCollection | Specifies the columns collection change. |
| DataReorder | Specifies the collection change during column reordering. |
| RecordCollectionChanged | Specifies the record collection change. |
| SelectedItemsCollection | Specifies the SelectedItems collection change. |
| SelectedNodeEntriesCollection | Specifies the SelectedNodeEntries collection change. |
| SourceCollectionChanged | Specifies the source collection change. |