| Name | Description |
| CanAddNew | Gets a value that indicates whether a new item can be added to the collection. |
| CanCancelEdit | Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object. |
| CanChangePage | Gets a value that indicates whether the System.ComponentModel.IPagedCollectionView.PageIndex value can change. |
| CanFilter | Gets a value that indicates whether this view supports filtering by way of the System.ComponentModel.ICollectionView.Filter property. |
| CanGroup | Gets a value that indicates whether this view supports grouping by way of the System.ComponentModel.ICollectionView.GroupDescriptions property. |
| CanRemove | Gets a value that indicates whether an item can be removed from the collection. |
| CanSort | Gets a value that indicates whether this view supports sorting by way of the System.ComponentModel.ICollectionView.SortDescriptions property. |
| CollectionView | Gets or sets the collection view associated to this class. |
| Culture | Gets or sets the cultural information for any operations of the view that may differ by culture, such as sorting. |
| CurrentAddItem | Gets the item that is being added during the current add transaction. |
| CurrentEditItem | Gets the item in the collection that is being edited. |
| CurrentItem | Gets the current item in the view. |
| CurrentPosition | Gets the ordinal position of the System.ComponentModel.ICollectionView.CurrentItem in the view. |
| EditableCollectionView | Gets the editable collection view associated to this class. |
| Filter | Gets or sets a callback that is used to determine whether an item is appropriate for inclusion in the view. |
| GroupDescriptions | Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view. |
| Groups | Gets the top-level groups. |
| IsAddingNew | Gets a value that indicates whether an add transaction is in progress. |
| IsCurrentAfterLast | Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the end of the collection. |
| IsCurrentBeforeFirst | Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the start of the collection. |
| IsEditingItem | Gets a value that indicates whether an edit transaction is in progress. |
| IsEmpty | Gets a value that indicates whether the view is empty. |
| IsPageChanging | Gets a value that indicates whether the page index is changing. |
| ItemCount | Gets the number of known items in the view before paging is applied. |
| NewItemPlaceholderPosition | Gets or sets the position of the new item placeholder in the collection view. |
| PagedCollectionView | Gets the paged collection view associated to this class. |
| PageIndex | Gets the zero-based index of the current page. |
| PageSize | Gets or sets the number of items to display on a page. |
| SortDescriptions | Gets a collection of System.ComponentModel.SortDescription instances that describe how the items in the collection are sorted in the view. |
| SourceCollection | Gets the underlying collection. |
| TotalItemCount | Gets the total number of items in the view before paging is applied. |