menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RecordChangedType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved