CollectionView for WinForms
C1WrapCollectionView<S,T> クラス
メンバ 

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 : C1WrapCollectionView<S,T> クラス
The type of the items in the source collection.
The type of the items in the collection view.
Collection view which takes another collection as source.
オブジェクト モデル
C1WrapCollectionView<S,T> クラス
シンタックス
'宣言
 
Public MustInherit Class C1WrapCollectionView
    (Of S As Class,
     T As Class) 
   Inherits C1CollectionViewBase(Of T)
   Implements ICollectionView(Of T)ISupportCurrencyISupportEditingISupportFilteringISupportGroupingISupportIncrementalLoadingISupportRefreshingISupportSorting 
型パラメータ
S
The type of the items in the source collection.
T
The type of the items in the collection view.
継承階層

System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1WrapCollectionView<S,T>
         C1.CollectionView.C1GroupCollectionView<S>
         C1.CollectionView.C1WrapCollectionView<T>

参照

C1WrapCollectionView<S,T> メンバ
C1.CollectionView 名前空間