| C1.CollectionView Assembly > C1.CollectionView Namespace : ICollectionViewEx Class |
The following tables list the members exposed by ICollectionViewEx.
| Name | Description | |
|---|---|---|
![]() ![]() | CanFilter<T> | Returns true if the collection view support filtering. |
![]() ![]() | CanGroup<T> | Returns true if the collection view support filtering. |
![]() ![]() | CanLoadItems<T> | Returns true if the collection view can load items on demand. |
![]() ![]() | CanRefresh<T> | Returns true if the collection view can be refreshed. |
![]() ![]() | CanSort<T> | Returns true if the collection view support sorting. |
![]() ![]() | CreateFilterFromString<T> | Creates a FilterExpression from a query string. |
![]() ![]() | FilterAsync | Overloaded. Filters the data using specified filter parameters. |
![]() ![]() | GetFilterExpression<T> | Returns a the current filter expression. |
![]() ![]() | GetGroupDescriptions<T> | Returns a list of the current group descriptions. |
![]() ![]() | GetSortDescriptions<T> | Returns a list of the current sort descriptions. |
![]() ![]() | GroupAsync | Overloaded. Groups the collection view according to the specified group fields. |
![]() ![]() | HasMoreItems<T> | Returns true if more items can be loaded. |
![]() ![]() | LoadMoreItemsAsync<T> | Loads more items. |
![]() ![]() | RefreshAsync<T> | Refreshes the collection view. |
![]() ![]() | SortAsync | Overloaded. Sorts the collection view according to the specified sort parameters. |