alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RecordChangedType

    Defines the constants that specifies how the record list had been changed.

    Inheritance
    System.Object
    RecordChangedType
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class RecordChangedType : Enum
    Remarks

    Used by the Action property of the RecordChangedEventArgs class to indicate the way records in a table change.

    Fields

    Added

    A record was added to the data source.

    Declaration
    public const RecordChangedType Added
    Field Value
    Type
    RecordChangedType

    Changed

    One or multiple record fields were changed.

    Declaration
    public const RecordChangedType Changed
    Field Value
    Type
    RecordChangedType

    Moved

    A record was moved to a new position in the underlying data source.

    Declaration
    public const RecordChangedType Moved
    Field Value
    Type
    RecordChangedType

    Removed

    A record was removed from the data source.

    Declaration
    public const RecordChangedType Removed
    Field Value
    Type
    RecordChangedType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved