The C1BindingSource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowEdit |
Gets a value indicating whether items in the underlying list can be edited.
| |
| AllowNew |
Gets or sets a value indicating whether the AddNew()()()() method
can be used to add items to the list.
| |
| AllowRemove |
Gets a value indicating whether items can be removed from the underlying list.
| |
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) | |
| Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) | |
| Count |
Gets the total number of items in the underlying list.
| |
| DataMember |
Gets or sets the specific list in the data source to which
the connector currently binds to.
| |
| DataSource |
Gets or sets the data source that the connector binds to.
| |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) | |
| Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) | |
| IsFixedSize |
Gets a value indicating whether the underlying list has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the underlying list is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
| |
| Item |
Gets or sets the list element at the specified index.
| |
| List |
Gets the list that the connector is bound to.
| |
| Site | (Inherited from Component.) | |
| SupportsChangeNotification |
Gets a value indicating whether the data source supports change notification.
| |
| SupportsSearching |
Gets a value indicating whether the data source supports searching with
the Find method.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the underlying list.
|