System.ComponentModel.BindingList<T>: Property Members

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>

Public Properties

AllowEditbool.

Gets or sets a value indicating whether items in the list can be edited.

AllowNewbool.

Gets or sets a value indicating whether you can add items to the list using the BindingList`1.AddNew method.

AllowRemovebool.

Gets or sets a value indicating whether you can remove items from the collection.

RaiseListChangedEventsbool.

Gets or sets a value indicating whether adding or removing items within the list raises BindingList`1.ListChanged events.

Protected Properties

[read-only]
IsSortedCorebool.

Gets a value indicating whether the list is sorted.

[read-only]
SortDirectionCoreListSortDirection.

Gets the direction the list is sorted.

[read-only]
SortPropertyCorePropertyDescriptor.

Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.

[read-only]
SupportsChangeNotificationCorebool.

Gets a value indicating whether BindingList`1.ListChanged events are enabled.

[read-only]
SupportsSearchingCorebool.

Gets a value indicating whether the list supports searching.

[read-only]
SupportsSortingCorebool.

Gets a value indicating whether the list supports sorting.