Intersoft ClientUI Documentation
CopyDefinitionsFrom(PagedCollectionView,Boolean,Boolean,Boolean,Boolean) Method



Copy the group description.
Copy the sort description.
Copy the filter description.
Copy the paging description.
Copy the paged collection view definition from the given source.
Syntax
Public Overloads Sub CopyDefinitionsFrom( _
   ByVal source As PagedCollectionView, _
   ByVal includeGroupDescriptions As Boolean, _
   ByVal includeSortDescriptions As Boolean, _
   ByVal includeFilterDescriptions As Boolean, _
   ByVal includePageDescription As Boolean _
) 
Dim instance As PagedCollectionView
Dim source As PagedCollectionView
Dim includeGroupDescriptions As Boolean
Dim includeSortDescriptions As Boolean
Dim includeFilterDescriptions As Boolean
Dim includePageDescription As Boolean
 
instance.CopyDefinitionsFrom(source, includeGroupDescriptions, includeSortDescriptions, includeFilterDescriptions, includePageDescription)

Parameters

source
includeGroupDescriptions
Copy the group description.
includeSortDescriptions
Copy the sort description.
includeFilterDescriptions
Copy the filter description.
includePageDescription
Copy the paging description.
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