C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / SortExpression Class / AssignFrom Method
The source object to copy properties from.

In This Topic
AssignFrom Method (SortExpression)
In This Topic
Copies Expression and Direction properties from another SortExpression object. (Note that the C1.C1Preview.IOwnedCollectionItem.Owner property is not copied.)
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As SortExpression _
) 
 

Parameters

source
The source object to copy properties from.
See Also