ComponentOne ASP.NET MVC Controls
Bind(IEnumerable<T>) Method

C1.Web.Mvc.Fluent Namespace > CollectionViewServiceBuilder<T> Class > Bind Method : Bind(IEnumerable<T>) Method
The value.
Configurates C1.Web.Mvc.CollectionViewService<T>.SourceCollection. Sets the source collection.
Syntax
'Declaration
 
Public Overloads Function Bind( _
   ByVal value As IEnumerable(Of T) _
) As CollectionViewServiceBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CollectionViewServiceBuilder<T> Class
CollectionViewServiceBuilder<T> Members
Overload List