C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / SortExpressionCollection Class / SortExpressionCollection Constructor
The owner of the current collection.

In This Topic
SortExpressionCollection Constructor
In This Topic
Initializes a new instance of the SortExpressionCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As ICollectionOwner _
)
 

Parameters

owner
The owner of the current collection.
See Also