The ObjectBindingSource type exposes the following members.

Properties

  NameDescription
AllowEdit
Gets a value indicating whether items in the underlying list can be edited.
(Inherited from BindingSource.)
AllowNew
Gets or sets a value indicating whether the AddNew()()() method can be used to add items to the list.
(Inherited from BindingSource.)
AllowRemove
Gets a value indicating whether items can be removed from the underlying list.
(Inherited from BindingSource.)
Count
Gets the total number of items in the underlying list.
(Inherited from BindingSource.)
CurrencyManager
Gets the currency manager associated with this BindingSource.
(Inherited from BindingSource.)
Current
Gets the current item in the list.
(Inherited from BindingSource.)
DataMember
Gets or sets the specific list in the data source to which the connector currently binds to.
(Inherited from BindingSource.)
DataSource
Gets or sets data source object.
Filter
Gets or sets the expression used to filter which rows are viewed.
(Inherited from BindingSource.)
IsBindingSuspended
Gets a value indicating whether the list binding is suspended.
(Inherited from BindingSource.)
IsFixedSize
Gets a value indicating whether the underlying list has a fixed size.
(Inherited from BindingSource.)
IsReadOnly
Gets a value indicating whether the underlying list is read-only.
(Inherited from BindingSource.)
IsSorted
Gets a value indicating whether the items in the underlying list are sorted.
(Inherited from BindingSource.)
IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from BindingSource.)
Item
Gets or sets the list element at the specified index.
(Inherited from BindingSource.)
List
Gets the list that the connector is bound to.
(Inherited from BindingSource.)
Position
Gets or sets the index of the current item in the underlying list.
(Inherited from BindingSource.)
RaiseListChangedEvents
Gets or sets a value indicating whether ListChanged events should be raised.
(Inherited from BindingSource.)
Sort
Gets or sets the column names used for sorting, and the sort order for viewing the rows in the data source.
(Inherited from BindingSource.)
SortDescriptions
Gets the collection of sort descriptions applied to the data source.
(Inherited from BindingSource.)
SortDirection
Gets the direction the items in the list are sorted.
(Inherited from BindingSource.)
SortProperty
Gets the PropertyDescriptor that is being used for sorting the list.
(Inherited from BindingSource.)
SupportsAdvancedSorting
Gets a value indicating whether the data source supports multi-column sorting.
(Inherited from BindingSource.)
SupportsChangeNotification
Gets a value indicating whether the data source supports change notification.
(Inherited from BindingSource.)
SupportsFiltering
Gets a value indicating whether the data source supports filtering.
(Inherited from BindingSource.)
SupportsSearching
Gets a value indicating whether the data source supports searching with the Find(PropertyDescriptor, Object) method.
(Inherited from BindingSource.)
SupportsSorting
Gets a value indicating whether the data source supports sorting.
(Inherited from BindingSource.)
SyncRoot
Gets an object that can be used to synchronize access to the underlying list.
(Inherited from BindingSource.)

See Also