Intersoft ClientUI Documentation
PagedCollectionView Constructor(IEnumerable)



The source for the collection.
Initializes a new instance of the System.Windows.Data.PagedCollectionView class.
Syntax
Public Function New( _
   ByVal source As IEnumerable _
)
Dim source As IEnumerable
 
Dim instance As New PagedCollectionView(source)
public PagedCollectionView( 
   IEnumerable source
)
public:
PagedCollectionView( 
   IEnumerable^ source
)

Parameters

source
The source for the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members
Overload List

Send Feedback