'Declaration
Public Overloads Function Bind( _ ByVal xDataFieldName As String, _ ByVal valueProperty As String, _ ByVal sourceCollection As IEnumerable(Of T) _ ) As TBuilder
public TBuilder Bind( string xDataFieldName, string valueProperty, IEnumerable<T> sourceCollection )
Parameters
- xDataFieldName
- Sets the name of the x data field.
- valueProperty
- Sets the name of the value data field.
- sourceCollection
- The data source
Return Value
Current builder