Click or drag to resize
FilteringBindingList<T> Properties

The FilteringBindingList< T> generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingList<T>.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew() method.
(Inherited from BindingList<T>.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingList<T>.)
Public propertyCount (Inherited from Collection<T>.)
Protected propertyIsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingList<T>.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from Collection<T>.)
Protected propertyItems (Inherited from Collection<T>.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingList<T>.)
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingList<T>.)
Protected propertySortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingList<T>.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList<T>.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingList<T>.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingList<T>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIBindingList.AllowEdit
Gets a value indicating whether items in the list can be edited.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.AllowNew
Gets a value indicating whether new items can be added to the list using the AddNew() method.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.AllowRemove
Gets a value indicating whether items can be removed from the list.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIList.IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implementationPrivate propertyIList.IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate propertyIBindingList.IsSorted
For a description of this member, see IsSorted.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from Collection<T>.)
Explicit interface implementationPrivate propertyIList.Item
Gets or sets the element at the specified index.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate propertyIRaiseItemChangedEvents.RaisesItemChangedEvents
Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.SortDirection
For a description of this member, see SortDirection.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.SortProperty
For a description of this member, see SortProperty.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.SupportsChangeNotification
For a description of this member, see SupportsChangeNotification.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.SupportsSearching
For a description of this member, see SupportsSearching.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyIBindingList.SupportsSorting
For a description of this member, see SupportsSorting.
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from Collection<T>.)
Top
See Also