Represents an expression used to sort data, and the direction of the sort.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class SortExpression : ICloneable
Visual Basic
Public Class SortExpression _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.DataBinding..::..SortExpression

See Also