'宣言 Public Overloads Function Bind( _ ByVal nameProperty As System.String, _ ByVal valueProperty As System.String, _ Optional ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _ ) As FlexPieBaseBuilder(Of T,TControl,TBuilder)
public FlexPieBaseBuilder<T,TControl,TBuilder> Bind( System.string nameProperty, System.string valueProperty, System.Collections.Generic.IEnumerable<T> sourceCollection )
パラメータ
- nameProperty
- データ項目の名前を含むプロパティの名前を取得または設定します。
- valueProperty
- Y値を含むプロパティの名前。
- sourceCollection
- データソース
戻り値の型
現在のビルダ