バージョン

Features メソッド (GridWrapper<T>)

グリッド機能のリスト (ページング、並べ替え、フィルタリングなど)
シンタックス
'宣言
 
Public Function Features( _
   ByVal builder As System.Action(Of GridFeatureBuilder(Of T)) _
) As GridWrapper(Of T)
public GridWrapper<T> Features( 
   System.Action<GridFeatureBuilder<T>> builder
)

パラメータ

builder
参照

オンラインで表示: GitHub