Public Properties

  Name Description
Public property AllowEdit Gets or sets a value indicating whether items in the list can be edited. (inherited from BindingList)
Public property AllowNew Gets or sets a value indicating whether you can add items to the list using the AddNew method. (inherited from BindingList)
Public property AllowRemove Gets or sets a value indicating whether you can remove items from the collection. (inherited from BindingList)
Public property Count Gets the number of elements actually contained in the Collection. (inherited from Collection)
Public property Filter  
Public property Item Gets or sets the element at the specified index. (inherited from Collection)
Public property RaiseListChangedEvents Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (inherited from BindingList)
Public property SortDescriptions  
Public property SupportsAdvancedSorting  
Public property SupportsFiltering  
Top

See Also