IBindingList<T> public interface IBindingList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable Documentation Code bool AllowEdit { get; } bool AllowNew { get; } bool AllowRemove { get; } bool IsSorted { get; } PropertyDescriptor SortProperty { get; } bool SupportsChangeNotification { get; } bool SupportsSearching { get; } bool SupportsSorting { get; } void AddIndex(PropertyDescriptor property) T AddNew() int Find(PropertyDescriptor property, object key) void RemoveIndex(PropertyDescriptor property) void RemoveSort()