menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridBindingList - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridBindingList

    Interface for IGridBindingList.

    Inherited Members
    System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ICollection.Count
    System.Collections.ICollection.IsSynchronized
    System.Collections.ICollection.SyncRoot
    System.Collections.IEnumerable.GetEnumerator()
    System.Collections.IList.Add(System.Object)
    System.Collections.IList.Clear()
    System.Collections.IList.Contains(System.Object)
    System.Collections.IList.IndexOf(System.Object)
    System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.IList.IsFixedSize
    System.Collections.IList.IsReadOnly
    System.Collections.IList.Item[System.Int32]
    System.Collections.IList.Remove(System.Object)
    System.Collections.IList.RemoveAt(System.Int32)
    Namespace: Syncfusion.Windows.Collections.Generic
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public interface IGridBindingList : IBindingList, IList, ICollection, IEnumerable
    Remarks

    It has some additional properties to define Changing events.

    Properties

    RaiseListChangingEvents

    Gets or sets a value indicating whether [raise list changing events].

    Declaration
    bool RaiseListChangingEvents { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [raise list changing events]; otherwise, false.

    Events

    ListChanging

    Occurs when [list changing].

    Declaration
    event GridListChangingEventHandler ListChanging
    Event Type
    Type
    GridListChangingEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved