ComponentOne Xamarin Edition
ICollectionViewEx Class Members
Methods 

C1.CollectionView Assembly > C1.CollectionView Namespace : ICollectionViewEx Class

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 page 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) Detaches the specified handler from the filter changed event.  
Public Methodstatic (Shared in Visual Basic) Detaches the specified handler from the group changed event.  
Public Methodstatic (Shared in Visual Basic) Detaches the specified handler to the page changed event.  
Public Methodstatic (Shared in Visual Basic) Detaches 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) Gets the current page number.  
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 all the items that has be loaded so far.  
Public Methodstatic (Shared in Visual Basic) Gets the number of pages.  
Public Methodstatic (Shared in Visual Basic) Gets the maximum number of items per page.  
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) Gets the total number of items in the collection.  
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) Returns true if the collection view is paginated.  
Public Methodstatic (Shared in Visual Basic) Load the items between the specified indexes.  
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)Moves to the page pageIndex.  
Public Methodstatic (Shared in Visual Basic) Returns true if the collection view needs loading the items asynchronously.  
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) Sets the maximum number of items per page.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Sorts the collection view according to the specified sort parameters.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts an System.Collections.IEnumerable to a collection view.  
Top
See Also

Reference

ICollectionViewEx Class
C1.CollectionView Namespace