DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class


In This Topic
    C1BindingListDataCollection Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the underlying System.ComponentModel.IBindingList.  
    Public PropertyGets the underlying System.ComponentModel.IBindingListView if it is implemented by the source.  
    Public PropertyGets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public PropertyGets the filter expression applied to the data.  
    Public PropertyGets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public PropertyOverridden. Gets the element at the specified index in the read-only list.  
    Public PropertyGets the sort descriptions applied to the data.  
    Public PropertyGets the data source of this collection.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the list that hold the items to be returned in the public api.  
    Top
    See Also