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 |
|
Events
ListChanging
Occurs when [list changing].
Declaration
event GridListChangingEventHandler ListChanging