DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class
Properties Methods Events


In This Topic
    C1BindingListDataCollection Class Members
    In This Topic

    The following tables list the members exposed by C1BindingListDataCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1BindingListDataCollection class.  
    Top
    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
    Public Methods
     NameDescription
    Public MethodReturns whether the collection is able to filter the specified filterExpression.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodReturns whether the collection is able to sort the specified sortDescriptions.  
    Public Method  
    Public MethodOverloaded. Overridden. Called to dispose resources.  
    Public MethodFilters the data using specified filterExpression.  
    Public MethodOverridden. Gets the type of the item.  
    Public Methodstatic (Shared in Visual Basic)Gets the property descriptor value.  
    Public MethodGets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Sets the property descriptor value.  
    Public MethodOverloaded. Sorts the collection according to the specified sortDescriptions.  
    Public Methodstatic (Shared in Visual Basic)Converts the filterExpression into a DataSet filter expression https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Protected MethodRaises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public EventRaised after a filter operation was performed.  
    Public EventOccurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public EventRaised after a sort operation was performed.  
    Top
    See Also