DataCollection
C1CollectionView クラス メンバ
プロパティ  メソッド  イベント

C1.WPF.DataCollection アセンブリ > C1.WPF.DataCollection 名前空間 : C1CollectionView クラス

C1CollectionViewデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates a new instance of C1CollectionView component.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets a value that indicates whether a new item can be added to the collection.  
Public プロパティGets a value that indicates whether a specified object can be added to the collection.  
Public プロパティGets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.  
Public プロパティGets a value that indicates whether this view supports filtering via the System.ComponentModel.ICollectionView.Filter property.  
Public プロパティGets a value that indicates whether this view supports grouping via the System.ComponentModel.ICollectionView.GroupDescriptions property.  
Public プロパティGets a value that indicates whether an item can be removed from the collection.  
Public プロパティGets a value that indicates whether this view supports sorting via the System.ComponentModel.ICollectionView.SortDescriptions property.  
Public プロパティGets the number of elements contained in the System.Collections.ICollection.  
Public プロパティGets or sets the cultural info for any operations of the view that may differ by culture, such as sorting.  
Public プロパティGets the item that is being added during the current add transaction.  
Public プロパティGets the item in the collection that is being edited.  
Public プロパティGets the current item in the view.  
Public プロパティGets the ordinal position of the CurrentItem within the view.  
Public プロパティGets the data collection.  
Public プロパティGets or sets a callback used to determine if an item is suitable for inclusion in the view.  
Public プロパティGets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view.  
Public プロパティGets the top-level groups.  
Public プロパティGets a value that indicates whether an add transaction is in progress.  
Public プロパティGets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.  
Public プロパティGets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection.  
Public プロパティGets a value that indicates whether an edit transaction is in progress.  
Public プロパティReturns a value that indicates whether the resulting view is empty.  
Public プロパティ  
Public プロパティ  
Public プロパティ  
Public プロパティGets or sets the item at the specified index.  
Public プロパティGets a collection that contains information about the properties that are available on the items in a collection.  
Public プロパティGets or sets where the new-item placeholder is placed.  
Public プロパティGets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted in the view.  
Public プロパティReturns the underlying collection.  
Public プロパティ  
Public プロパティGets a value indicating whether a sentinel item will be returned for those items that are null.  
トップ
パブリック メソッド
 名前解説
Public メソッド  
Public メソッドAdds a new item to the collection.  
Public メソッドAdds the specified object to the collection.  
Public メソッドEnds the edit transaction and, if possible, restores the original value to the item.  
Public メソッドEnds the add transaction and discards the pending new item.  
Public メソッド  
Public メソッドEnds the edit transaction and saves the pending changes.  
Public メソッドEnds the add transaction and saves the pending new item.  
Public メソッドDetermines whether this collection contains the specified item.  
Public メソッド  
Public メソッドEnters a defer cycle that you can use to merge changes to the view and delay automatic refresh.  
Public メソッドBegins an edit transaction of the specified item.  
Public メソッド  
Public メソッドSets the specified item to be the ICollectionView.CurrentItem in the view.  
Public メソッドSets the first item in the view as the CurrentItem.  
Public メソッドSets the last item in the view as the CurrentItem.  
Public メソッドSets the item after the CurrentItem in the view as the CurrentItem.  
Public メソッドSets the item at the specified index to be the CurrentItem in the view.  
Public メソッドSets the item before the CurrentItem in the view as the CurrentItem.  
Public メソッドRecreates the view.  
Public メソッドRemoves the specified item from the collection.  
Public メソッドRemoves the item at the specified position from the collection.  
トップ
パブリック イベント
 名前解説
Public イベントOccurs after the view item set has changed, due to applied transformations or changes happened in the underlying collection.  
Public イベントWhen implementing this interface, fire this event after the current item has been changed.  
Public イベントWhen implementing this interface, fire this event before changing the current item. The event handler can cancel this event.  
トップ
参照

C1CollectionView クラス
C1.WPF.DataCollection 名前空間