The properties of System.ComponentModel.BindingList<T> are listed below. For a list of all members, see the BindingList<T> Members list.
See Also: Inherited members from System.Collections.ObjectModel.Collection<T>
AllowEdit | bool.
Gets or sets a value indicating whether items in the list can be edited. | |
AllowNew | bool.
Gets or sets a value indicating whether you can add items to the list using the BindingList`1.AddNew method. | |
AllowRemove | bool.
Gets or sets a value indicating whether you can remove items from the collection. | |
RaiseListChangedEvents | bool.
Gets or sets a value indicating whether adding or removing items within the list raises BindingList`1.ListChanged events. |
[read-only] | IsSortedCore | bool.
Gets a value indicating whether the list is sorted. |
[read-only] | SortDirectionCore | ListSortDirection.
Gets the direction the list is sorted. |
[read-only] | SortPropertyCore | PropertyDescriptor.
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. |
[read-only] | SupportsChangeNotificationCore | bool.
Gets a value indicating whether BindingList`1.ListChanged events are enabled. |
[read-only] | SupportsSearchingCore | bool.
Gets a value indicating whether the list supports searching. |
[read-only] | SupportsSortingCore | bool.
Gets a value indicating whether the list supports sorting. |