Represents the collection of sort expressions (see SortExpression) associated with a data-bound object in a C1PrintDocument.

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

Syntax

C#
public class Sorting
Visual Basic
Public Class Sorting

Remarks

This is the type of the Sorting proprty of the C1DataBinding class.

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.DataBinding..::..Sorting

See Also