Click or drag to resize

DirectBinding<T> Methods

The DirectBinding<T> generic type exposes the following members.

Methods
  NameDescription
Public methodCast<TValue>
Casts this binding value to another (compatible) type.
Public methodCatchException(Func<Exception, Boolean>)
Catches any exceptions when setting the value of the binding
Public methodCatchException<TException>(Func<TException, Boolean>)
Catches any exceptions of the specified TException when setting the value of the binding.
Public methodCode exampleChild<TValue>(Expression<Func<T, TValue>>)
Binds to the specified child property expression.
Public methodCode exampleChild<TValue>(IndirectBinding<TValue>)
Binds to the specified child binding of this binding.
Public methodConvert<TValue>
Converts this binding's value to another value using delegates.
Protected methodOnDataValueChanged
Handles the DataValueChanged event
Public methodToBool(T)
Converts this binding to return a nullable boolean binding
Public methodToBool(T, T)
Converts this binding to return a nullable boolean binding
Public methodToBool(T, T, T)
Converts this binding to return a nullable boolean binding
Public methodToType<TType>
Uses System.Convert.ChangeType to change the value of the binding to the specified type.
Top
See Also