The C1BindingSource type exposes the following members.

Properties

  Name Description
Public property AllowEdit
Gets a value indicating whether items in the underlying list can be edited.
Public property AllowNew
Gets or sets a value indicating whether the AddNew()()()() method can be used to add items to the list.
Public property AllowRemove
Gets a value indicating whether items can be removed from the underlying list.
Public property Count
Gets the total number of items in the underlying list.
Public property DataMember
Gets or sets the specific list in the data source to which the connector currently binds to.
Public property DataSource
Gets or sets the data source that the connector binds to.
Public property IsFixedSize
Gets a value indicating whether the underlying list has a fixed size.
Public property IsReadOnly
Gets a value indicating whether the underlying list is read-only.
Public property IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Public property Item
Gets or sets the list element at the specified index.
Public property List
Gets the list that the connector is bound to.
Public property SupportsChangeNotification
Gets a value indicating whether the data source supports change notification.
Public property SupportsSearching
Gets a value indicating whether the data source supports searching with the Find method.
Public property SyncRoot
Gets an object that can be used to synchronize access to the underlying list.

See Also