[]
Represents the collection of sort expressions (see SortExpression) associated with a data-bound object in a C1PrintDocument.
[C1ClassSerialization(true)]
public class Sorting
This is the type of the Sorting proprty of the C1DataBinding class.
| Name | Description |
|---|---|
| Defined | Gets a value indicating whether any sort expressions are defined on the current object. |
| Expressions | Gets the collection of SortExpression objects defined on the current object. |
| Name | Description |
|---|---|
| AssignFrom(Sorting) | Assigns (copies) properties from another Sorting to the current object. |