Xceed DataGrid for Silverlight Documentation
ListDataSourceProvider Constructor


An IEnumerable representing the data source to wrap.
Initializes a new instance of the ListDataSourceProvider class specifying the local data source to wrap.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSource As IEnumerable _
)
'Usage
 
Dim dataSource As IEnumerable
 
Dim instance As New ListDataSourceProvider(dataSource)
public ListDataSourceProvider( 
   IEnumerable dataSource
)

Parameters

dataSource
An IEnumerable representing the data source to wrap.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ListDataSourceProvider Class
ListDataSourceProvider Members

Send Feedback