Gets or sets an expression that identifies the bound value.
public Expression<Func<TValue>> ValueExpression { get; set; }
- Type:
- Expression<Func<TValue>>
Gets or sets an expression that identifies the bound value.
public Expression<Func<TValue>> ValueExpression { get; set; }