C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / SortExpression Class / Clone Method

In This Topic
Clone Method (SortExpression)
In This Topic
Creates a copy of the current SortExpression object (the C1.C1Preview.IOwnedCollectionItem.Owner property is not cloned).
Syntax
'Declaration
 
Public Function Clone() As SortExpression
 

Return Value

The newly created SortExpression object.
See Also