C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class

C1BindingSource Class Properties

For a list of all members of this type, see C1BindingSource members.

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 Property (Inherited from System.ComponentModel.Component)
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 Property  
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 Property (Inherited from System.ComponentModel.Component)
Public PropertyGets a value indicating whether the data source supports change notification.  
Public PropertyGets a value indicating whether the data source supports searching with the Find method.  
Public PropertyGets an object that can be used to synchronize access to the underlying list.  
Top
See Also