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
Type |
---|
CollectionChangedReason |
DataReorder
Specifies the collection change during column reordering.
Declaration
public const CollectionChangedReason DataReorder
Field Value
Type |
---|
CollectionChangedReason |
RecordCollectionChanged
Specifies the record collection change.
Declaration
public const CollectionChangedReason RecordCollectionChanged
Field Value
Type |
---|
CollectionChangedReason |
SelectedItemsCollection
Specifies the SelectedItems collection change.
Declaration
public const CollectionChangedReason SelectedItemsCollection
Field Value
Type |
---|
CollectionChangedReason |
SourceCollectionChanged
Specifies the source collection change.
Declaration
public const CollectionChangedReason SourceCollectionChanged
Field Value
Type |
---|
CollectionChangedReason |