alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChangedFieldInfoCollection

    Implements the Collection with detected changes in the data source when a ListChanged event is handled.

    Inheritance
    System.Object
    ChangedFieldInfoCollection
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class ChangedFieldInfoCollection : ArrayList

    Constructors

    ChangedFieldInfoCollection()

    Declaration
    public ChangedFieldInfoCollection()

    Properties

    Item[Int32]

    Gets or sets the ChangeFieldInfo at given index.

    Declaration
    public ChangedFieldInfo this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index

    Index to identify the requested item.

    Property Value
    Type
    ChangedFieldInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved