ComponentOne Slider for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class
Properties Methods Events

In This Topic
    C1BindingSource Class Members
    In This Topic

    The following tables list the members exposed by C1BindingSource.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    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  
    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 Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodApplies pending changes to the underlying data source.  
    Public MethodOverloaded. Searches for the index of the item that has the given property descriptor.  
    Public MethodCommits a pending new item to the collection.  
    Public MethodRetrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodGets the name of the list supplying data for the binding.  
    Public MethodSearches for the specified object and returns the index of the first occurrence within the entire list.  
    Public Method (Inherited from System.MarshalByRefObject)
    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.  
    Public Method (Inherited from System.ComponentModel.Component)
    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