Class CollectionChangedReason
Defines the constants that specify the possible reasons for collection changes in SfDataGrid.
Inheritance
System.Object
CollectionChangedReason
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class CollectionChangedReason : Enum
Fields
ColumnsCollection
Specifies the columns collection change.
Declaration
public const CollectionChangedReason ColumnsCollection
Field Value
DataReorder
Specifies the collection change during column reordering.
Declaration
public const CollectionChangedReason DataReorder
Field Value
RecordCollectionChanged
Specifies the record collection change.
Declaration
public const CollectionChangedReason RecordCollectionChanged
Field Value
SelectedItemsCollection
Specifies the SelectedItems collection change.
Declaration
public const CollectionChangedReason SelectedItemsCollection
Field Value
SourceCollectionChanged
Specifies the source collection change.
Declaration
public const CollectionChangedReason SourceCollectionChanged