名前 | 解説 | |
---|---|---|
![]() | CanAddNew | Gets a value that indicates whether a new item can be added to the collection. |
![]() | CanAddNewItem | Gets a value that indicates whether a specified object 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. |
![]() | CanFilter | Gets a value that indicates whether this view supports filtering via the System.ComponentModel.ICollectionView.Filter property. |
![]() | CanGroup | Gets a value that indicates whether this view supports grouping via 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 via the System.ComponentModel.ICollectionView.SortDescriptions property. |
![]() | Count | Gets the number of elements contained in the System.Collections.ICollection. |
![]() | Culture | Gets or sets the cultural info 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 CurrentItem within the view. |
![]() | DataCollection | Gets the data collection. |
![]() | Filter | Gets or sets a callback used to determine if an item is suitable 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 CurrentItem of the view is beyond the end of the collection. |
![]() | IsCurrentBeforeFirst | Gets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection. |
![]() | IsEditingItem | Gets a value that indicates whether an edit transaction is in progress. |
![]() | IsEmpty | Returns a value that indicates whether the resulting view is empty. |
![]() | IsFixedSize | |
![]() | IsReadOnly | |
![]() | IsSynchronized | |
![]() | Item | Gets or sets the item at the specified index. |
![]() | ItemProperties | Gets a collection that contains information about the properties that are available on the items in a collection. |
![]() | NewItemPlaceholderPosition | Gets or sets where the new-item placeholder is placed. |
![]() | SortDescriptions | Gets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted in the view. |
![]() | SourceCollection | Returns the underlying collection. |
![]() | SyncRoot | |
![]() | UseNullSentinel | Gets a value indicating whether a sentinel item will be returned for those items that are null. |