C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace : C1BindingSource Class |
For a list of all members of this type, see C1BindingSource members.
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. | |
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. | |
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. | |
SupportsChangeNotification | Gets a value indicating whether the data source supports change notification. | |
SyncRoot | Gets an object that can be used to synchronize access to the underlying list. |