C1.Silverlight.Schedule.5
C1BindingSource Class Members
Properties  Methods  Events

The following tables list the members exposed by C1BindingSource.

Public Constructors
 NameDescription
Public ConstructorC1BindingSource ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAllowEditGets a value indicating whether items in the underlying list can be edited.  
Public PropertyAllowNewGets or sets a value indicating whether the AddNew method can be used to add items to the list.  
Public PropertyAllowRemoveGets a value indicating whether items can be removed from the underlying list.  
Public PropertyCountGets the total number of items in the underlying list.  
Public PropertyDataMemberGets or sets the specific list in the data source to which the connector currently binds to.  
Public PropertyDataSourceGets or sets the data source that the connector binds to.  
Public PropertyIsFixedSizeGets a value indicating whether the underlying list has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether the underlying list is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether access to the collection is synchronized (thread safe).  
Public PropertyItemGets or sets the list element at the specified index.  
Public PropertyListGets the list that the connector is bound to.  
Public PropertySupportsChangeNotificationGets a value indicating whether the data source supports change notification.  
Public PropertySyncRootGets an object that can be used to synchronize access to the underlying list.  
Top
Public Methods
 NameDescription
Public MethodAddAdds an existing item to the internal list.  
Public MethodAddNewAdds a new item to the underlying list.  
Public MethodBeginEditStarts an edit operation on the specified object.  
Public MethodClearRemoves all elements from the list.  
Public MethodContainsDetermines whether an object is an item in the list.  
Public MethodCopyToCopies the contents of the List to the specified array, starting at the specified index value.  
Public MethodEndEditApplies pending changes to the underlying data source.  
Public MethodFinishAddNewCommits a pending new item to the collection.  
Public MethodIndexOfSearches for the specified object and returns the index of the first occurrence within the entire list.  
Public MethodInsertInserts an item into the list at the specified index.  
Public MethodRemoveRemoves the specified item from the list.  
Public MethodRemoveAtRemoves the item at the specified index in the list.  
Public MethodResetBindingsCauses a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.  
Public MethodResetItemCauses 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 EventAddingNewOccurs before an item is added to the underlying list.  
Public EventDataMemberChangedOccurs when the DataMember property value has changed.  
Public EventDataSourceChangedOccurs when the DataSource property value has changed.  
Public EventListChangedOccurs when the underlying list changes or an item in the list changes.  
Top
See Also

Reference

C1BindingSource Class
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.