[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.Expression

Expression Class

Represents an expression that can be used is calculated fields, grouping, sorting etc.

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

Constructors

Name Description
Expression()

Initializes a new instance of the Expression class.

Expression(string)

Initializes a new instance of the Expression class.

Properties

Name Description
Text

Gets or sets the text of the current Expression.

If not set, an empty string is returned.

Methods

Name Description
AssignFrom(Expression)

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

Clone()

Creates a copy of the current Expression object.