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


In This Topic
    C1BindingListDataCollection Class Methods
    In This Topic

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

    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
    See Also