[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetField.ExpressionText

ExpressionText Property

ExpressionText

Gets or sets the text of the Expression used to calculate the value of the current field.

This is a shortcut to the Text property on the expression returned by Expression.

Declaration
public string ExpressionText { get; set; }
See Also