Enum RecordChangedType
Defines the constants that specifies how the record list had been changed.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public enum RecordChangedType
Remarks
Used by the Action property of the RecordChangedEventArgs class to indicate the way records in a table change.
Fields
Name | Description |
---|---|
Added | A record was added to the data source. |
Changed | One or multiple record fields were changed. |
Moved | A record was moved to a new position in the underlying data source. |
Removed | A record was removed from the data source. |