Enum CollectionChangedReason
Defines the constants that specify the possible reasons for collection changes in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.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. |
| SourceCollectionChanged | Specifies the source collection change. |