FlexPivot for WinForms
SortableBindingList<T> クラス
メンバ 

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : SortableBindingList<T> クラス
The type of elements in the list.
Generic collection that supports data binding and advanced sorting (System.ComponentModel.IBindingListView).

This class is especially useful to provide data for grids that use the GroupDescriptions property.

オブジェクト モデル
SortableBindingList<T> クラス
シンタックス
'宣言
 
Public Class SortableBindingList(Of T As Class) 
   Inherits System.ComponentModel.BindingList(Of T)
public class SortableBindingList<T> : System.ComponentModel.BindingList<T> 
where T: class
型パラメータ
T
The type of elements in the list.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         C1.Win.C1FlexGrid.SortableBindingList<T>

参照

SortableBindingList<T> メンバ
C1.Win.C1FlexGrid 名前空間