CollectionView for WinForms
C1CollectionView<T> クラス メンバ
プロパティ  メソッド  イベント

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 : C1CollectionView<T> クラス

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

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the C1CollectionView<T> class.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the number of elements in the collection. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public プロパティGets or sets the current item in the view. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public プロパティGets the current position. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public プロパティGets the filter expression applied to the data. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public プロパティGets the group descriptions applied to the data. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public プロパティGets a value indicating whether this collection can load more items. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public プロパティGets whether the group items will be inline with the data items or the items will be the first level of group items. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public プロパティGets a value indicating whether the collection view is being updated. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public プロパティGets the element at the specified index in the read-only list. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public プロパティGets the sort descriptions applied to the data. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public プロパティGets or sets whether the operations will be performed using CPU's in parallel.  
トップ
パブリック メソッド
 名前解説
Public メソッドReturns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.  
Public メソッドReturns whether the collection view is able to filter the specified expression. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドReturns whether the collection view is able to group the specified group descriptions. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドDetermines whether a new item can be inserted in the collection at the specified index. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドDetermines whether the item at fromIndex can be moved to toIndex. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドDetermines whether the collection can be refreshed. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドDetermines whether the item at the specified index can be removed from the collection. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドDetermines whether the item at the specified index can be replaced in the collection. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドReturns whether the collection view is able to sort the specified sort descriptions. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドFilters the data using specified filter expression. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドGets the type of the item. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドGroups the collection view according to the specified group descriptions. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドGets the index of the specified item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドInserts the specified item at the specified index in the collection. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドLoads more items asynchronously. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドMoves an item from the specified position to the new one. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドSets the specified item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドSets the first item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドSets the last item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドSets the item after the C1CollectionViewBase<T>.CurrentItem in the view as the C1CollectionViewBase<T>.CurrentItem. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドSets the item at the specified index in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドSets the item before the C1CollectionViewBase<T>.CurrentItem in the view as the C1CollectionViewBase<T>.CurrentItem. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public メソッドRefreshes the collection data. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドRemoves the item at the specified index from the collection. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドReplaces the item at the specified index by the new specified item. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public メソッドSorts the collection view according to the specified sort descriptions. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
トップ
パブリック イベント
 名前解説
Public イベントOccurs after the collection changed. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public イベントOccurs after the current item changed. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public イベントOccurs when the current item is changing. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public イベントRaised after a filter operation was performed. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public イベントRaised after a grouping operation was performed. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
Public イベントOccurs when a property value changes. C1.CollectionView.C1CollectionViewBase<T>から継承されます。
Public イベントRaised after a sort operation was performed. C1.CollectionView.C1WrapCollectionView<T,T>から継承されます。
トップ
参照

C1CollectionView<T> クラス
C1.CollectionView 名前空間