Gets or sets an expression that identifies the bound value.

public Expression<Func<TValue>> ValueExpression { get; set; }
Type:
Expression<Func<TValue>>
In this article