| 名前 | 解説 | |
|---|---|---|
![]() ![]()  | 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. | 
![]() ![]()  | 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 | オーバーロードされます。 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 | オーバーロードされます。 Returns true if the collection view supports sorting. | 
![]() ![]()  | CreateFilterFromString<T> | Creates a FilterExpression from a query string. | 
![]() ![]()  | DettachFilterChanged<T> | Dettaches the specified handler from the filter changed event. | 
![]() ![]()  | DettachGroupChanged<T> | Dettaches the specified handler from the group changed event. | 
![]() ![]()  | DettachSortChanged<T> | Dettaches the specified handler from the sort changed event. | 
![]() ![]()  | FilterAsync | オーバーロードされます。 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. | 
![]() ![]()  | GetTextFields<T> | Gets the text fields of the items of this collection view. | 
![]() ![]()  | GroupAsync | オーバーロードされます。 Groups the collection view according to the specified group fields. | 
![]() ![]()  | InsertAsync<T> | Inserts the specified item at the specified index in the collection. | 
![]() ![]()  | LoadMoreItemsAsync<T> | Loads more items. | 
![]() ![]()  | MoveAsync<T> | Moves an item from the specified position to the new one. | 
![]() ![]()  | 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. | 
![]() ![]()  | SortAsync | オーバーロードされます。 Sorts the collection view according to the specified sort parameters. | 

