Click or drag to resize

BindingProperty Method

Overload List
  NameDescription
Public methodStatic memberCode examplePropertyT, TValue(ExpressionFuncT, TValue)
Creates a new indirect property binding using the specified propertyExpression.
Public methodStatic memberCode examplePropertyTValue(String)
Creates a new indirect property binding using the specified propertyName.
Public methodStatic memberCode examplePropertyTValue(String, Boolean)
Creates a new indirect property binding using the specified propertyName.
Public methodStatic memberPropertyT, TValue(T, ExpressionFuncT, TValue)
Creates a new direct property binding to the specified model object.
Top
See Also