ComponentOne Scheduler for WPF and Silverlight
C1BindingSource Class Members
Properties  Methods  Events

C1.C1Schedule Namespace : C1BindingSource Class

The following tables list the members exposed by C1BindingSource.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether items in the underlying list can be edited.  
Public PropertyGets or sets a value indicating whether the AddNew method can be used to add items to the list.  
Public PropertyGets a value indicating whether items can be removed from the underlying list.  
Public PropertyGets the total number of items in the underlying list.  
Public PropertyGets or sets the specific list in the data source to which the connector currently binds to.  
Public PropertyGets or sets the data source that the connector binds to.  
Public PropertyGets a value indicating whether the underlying list has a fixed size.  
Public PropertyGets a value indicating whether the underlying list is read-only.  
Public PropertyGets a value indicating whether access to the collection is synchronized (thread safe).  
Public PropertyGets or sets the list element at the specified index.  
Public PropertyGets the list that the connector is bound to.  
Public PropertyGets a value indicating whether the data source supports change notification.  
Public PropertyGets an object that can be used to synchronize access to the underlying list.  
Top
Public Methods
 NameDescription
Public MethodAdds an existing item to the internal list.  
Public MethodAdds a new item to the underlying list.  
Public MethodStarts an edit operation on the specified object.  
Public MethodRemoves all elements from the list.  
Public MethodDetermines whether an object is an item in the list.  
Public MethodCopies the contents of the List to the specified array, starting at the specified index value.  
Public MethodApplies pending changes to the underlying data source.  
Public MethodCommits a pending new item to the collection.  
Public MethodRetrieves an enumerator for the List.  
Public MethodSearches for the specified object and returns the index of the first occurrence within the entire list.  
Public MethodInserts an item into the list at the specified index.  
Public MethodRemoves the specified item from the list.  
Public MethodRemoves the item at the specified index in the list.  
Public MethodCauses a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.  
Public MethodCauses a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value.  
Top
Public Events
 NameDescription
Public EventOccurs before an item is added to the underlying list.  
Public EventOccurs when the DataMember property value has changed.  
Public EventOccurs when the DataSource property value has changed.  
Public EventOccurs when the underlying list changes or an item in the list changes.  
Top
See Also

Reference

C1BindingSource Class
C1.C1Schedule Namespace