[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.Grouping

Grouping Class

Represents a set of expressions that determine the grouping of data in a data-bound object in a C1PrintDocument (see Grouping).

When the document generates, a new group is created if at least one expression in the Expressions collection evaluates to a different value.

Inheritance
Grouping
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class Grouping

Properties

Name Description
Defined

Gets a value indicating whether the Expressions collection contains at least one grouping Expression.

Expressions

Gets the collection of expressions defining the data grouping. When the document generates, a new group starts if at least one expression in this collection evaluates to a different value.

Owner

Gets the C1DataBinding object which is the owner of the current collection.

Methods

Name Description
AssignFrom(Grouping)

Assigns (copies) properties from another Grouping to the current object.