BindingExpression<T>

A binding described by Bind(...), not yet attached to a source.

Assign it to a Bindable<T> property.

public class BindingExpression<T>
Type parameterSummary
TThe value type the binding produces.