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. |
![]() | Container | (Inherited from System.ComponentModel.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. |
![]() | DataSourceID | |
![]() | 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 System.ComponentModel.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. |