The following tables list the members exposed by SortExpression.
Public Properties
| Name | Description |
| Direction | Gets or sets the sort direction. |
| Expression | Gets the Expression object defining the expression. |
| ExpressionText | Gets or sets the text of the sorting expression (SortExpression.Expression). |
Top
Public Methods
| Name | Description |
| AssignFrom | Copies SortExpression.Expression and SortExpression.Direction properties from another SortExpression object. (Note that the C1.C1Preview.IOwnedCollectionItem.Owner property is not copied.) |
| Clone | Creates a copy of the current SortExpression object (the C1.C1Preview.IOwnedCollectionItem.Owner property is not cloned). |
Top
See Also