The ThreadSafeBindingList<(Of <(<'T>)>)> generic type exposes the following members.

Properties

  NameDescription
Public propertyAllowEdit
Gets whether you can update items in the list.
Public propertyAllowNew
Gets whether you can add items to the list using AddNew()()()().
Public propertyAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Public propertyIsSorted
Gets whether the items in the list are sorted.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Gets or sets the element at the specified index.
Public propertySortDirection
Gets the direction of the sort.
Public propertySortProperty
Gets the PropertyDescriptor that is being used for sorting.
Public propertySupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
Public propertySupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
Public propertySupportsSorting
Gets whether the list supports sorting.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.

See Also