ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class
Methods


In This Topic
    ICollectionViewEx Class Members
    In This Topic

    The following tables list the members exposed by ICollectionViewEx.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds the specified item to the collection.  
    Public Methodstatic (Shared in Visual Basic)Attaches the specified handler to the filter changed event.  
    Public Methodstatic (Shared in Visual Basic)Attaches the specified handler to the group changed event.  
    Public Methodstatic (Shared in Visual Basic)Attaches the specified handler to the sort changed event.  
    Public Methodstatic (Shared in Visual Basic)Returns whether the collection view is able to filter the specified expression.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns true if the collection view supports sorting.  
    Public Methodstatic (Shared in Visual Basic)Determines whether a new item can be inserted in the collection at the specified index.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the collection view can load items on demand.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the item at fromIndex can be moved to toIndex.  
    Public Methodstatic (Shared in Visual Basic)Returns true if the collection view can be refreshed.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the item at the specified index can be removed from the collection.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the item at the specified index can be replaced in the collection.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns true if the collection view supports sorting.  
    Public Methodstatic (Shared in Visual Basic)Creates a FilterExpression from a query string.  
    Public Methodstatic (Shared in Visual Basic)Dettaches the specified handler from the filter changed event.  
    Public Methodstatic (Shared in Visual Basic)Dettaches the specified handler from the group changed event.  
    Public Methodstatic (Shared in Visual Basic)Dettaches the specified handler from the sort changed event.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Filters the data using specified filter parameters.  
    Public Methodstatic (Shared in Visual Basic)Returns a the current filter expression.  
    Public Methodstatic (Shared in Visual Basic)Returns a list of the current group descriptions.  
    Public Methodstatic (Shared in Visual Basic)Returns a list of the current sort descriptions.  
    Public Methodstatic (Shared in Visual Basic)Gets the text fields of the items of this collection view.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Groups the collection view according to the specified group fields.  
    Public Methodstatic (Shared in Visual Basic)Inserts the specified item at the specified index in the collection.  
    Public Methodstatic (Shared in Visual Basic)Loads more items.  
    Public Methodstatic (Shared in Visual Basic)Moves an item from the specified position to the new one.  
    Public Methodstatic (Shared in Visual Basic)Refreshes the collection view.  
    Public Methodstatic (Shared in Visual Basic)Removes the item at the specified index from the collection.  
    Public Methodstatic (Shared in Visual Basic)Removes any filter applied to the collection previously.  
    Public Methodstatic (Shared in Visual Basic)Replaces the item at the specified index by the specified item.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Sorts the collection view according to the specified sort parameters.  
    Top
    See Also