Name | Description | |
---|---|---|
AddAsync<T> | Adds the specified item to the collection. | |
AttachFilterChanged<T> | Attaches the specified handler to the filter changed event. | |
AttachGroupChanged<T> | Attaches the specified handler to the group changed event. | |
AttachPageChanged<T> | Attaches the specified handler to the page changed event. | |
AttachSortChanged<T> | Attaches the specified handler to the sort changed event. | |
CanFilter<T> | Returns whether the collection view is able to filter the specified expression. | |
CanGroup | Overloaded. Returns true if the collection view supports sorting. | |
CanInsert<T> | Determines whether a new item can be inserted in the collection at the specified index. | |
CanLoadMoreItems<T> | Returns true if the collection view can load items on demand. | |
CanMove<T> | Determines whether the item at fromIndex can be moved to toIndex. | |
CanRefresh<T> | Returns true if the collection view can be refreshed. | |
CanRemove<T> | Determines whether the item at the specified index can be removed from the collection. | |
CanReplace<T> | Determines whether the item at the specified index can be replaced in the collection. | |
CanSort | Overloaded. Returns true if the collection view supports sorting. | |
CreateFilterFromString<T> | Creates a FilterExpression from a query string. | |
DetachFilterChanged<T> | Detaches the specified handler from the filter changed event. | |
DetachGroupChanged<T> | Detaches the specified handler from the group changed event. | |
DetachPageChanged<T> | Detaches the specified handler to the page changed event. | |
DetachSortChanged<T> | Detaches the specified handler from the sort changed event. | |
FilterAsync | Overloaded. Filters the data using specified filter parameters. | |
GetCurrentPage<T> | Gets the current page number. | |
GetFilterExpression<T> | Returns a the current filter expression. | |
GetGroupDescriptions<T> | Returns a list of the current group descriptions. | |
GetLoadedItems<T> | Returns all the items that has be loaded so far. | |
GetPagesCount<T> | Gets the number of pages. | |
GetPageSize<T> | Gets the maximum number of items per page. | |
GetSortDescriptions<T> | Returns a list of the current sort descriptions. | |
GetTextFields<T> | Gets the text fields of the items of this collection view. | |
GetTotalCount<T> | Gets the total number of items in the collection. | |
GroupAsync | Overloaded. Groups the collection view according to the specified group fields. | |
InsertAsync<T> | Inserts the specified item at the specified index in the collection. | |
IsPaginated<T> | Returns true if the collection view is paginated. | |
LoadAsync<T> | Load the items between the specified indexes. | |
LoadMoreItemsAsync<T> | Loads more items. | |
MoveAsync<T> | Moves an item from the specified position to the new one. | |
MoveToPageAsync<T> | Moves to the page pageIndex. | |
NeedsLoadAsync<T> | Returns true if the collection view needs loading the items asynchronously. | |
RefreshAsync<T> | Refreshes the collection view. | |
RemoveAsync<T> | Removes the item at the specified index from the collection. | |
RemoveFilterAsync<T> | Removes any filter applied to the collection previously. | |
ReplaceAsync<T> | Replaces the item at the specified index by the specified item. | |
SetPageSize<T> | Sets the maximum number of items per page. | |
SortAsync | Overloaded. Sorts the collection view according to the specified sort parameters. | |
ToCollectionView | Overloaded. Converts an System.Collections.IEnumerable to a collection view. |