Intersoft ClientUI Documentation
PagedCollectionView Constructor(IEnumerable,Boolean,Boolean)



The source for the collection.
Specifies whether the source is already sorted.
Specifies whether the source is already in the correct order for grouping.
Initializes a new instance of the System.Windows.Data.PagedCollectionView class and specifies whether the data is sorted and in group order.
Syntax
Public Function New( _
   ByVal source As IEnumerable, _
   ByVal isDataSorted As Boolean, _
   ByVal isDataInGroupOrder As Boolean _
)
Dim source As IEnumerable
Dim isDataSorted As Boolean
Dim isDataInGroupOrder As Boolean
 
Dim instance As New PagedCollectionView(source, isDataSorted, isDataInGroupOrder)
public PagedCollectionView( 
   IEnumerable source,
   bool isDataSorted,
   bool isDataInGroupOrder
)
public:
PagedCollectionView( 
   IEnumerable^ source,
   bool isDataSorted,
   bool isDataInGroupOrder
)

Parameters

source
The source for the collection.
isDataSorted
Specifies whether the source is already sorted.
isDataInGroupOrder
Specifies whether the source is already in the correct order for grouping.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionsource is null.
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