DirectBinding<T> Methods |
The DirectBinding<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cast<TValue> |
Casts this binding value to another (compatible) type.
|
![]() | CatchException(Func<Exception, Boolean>) |
Catches any exceptions when setting the value of the binding
|
![]() | CatchException<TException>(Func<TException, Boolean>) |
Catches any exceptions of the specified TException when setting the value of the binding.
|
![]() ![]() | Child<TValue>(Expression<Func<T, TValue>>) |
Binds to the specified child property expression.
|
![]() ![]() | Child<TValue>(IndirectBinding<TValue>) |
Binds to the specified child binding of this binding.
|
![]() | Convert<TValue> |
Converts this binding's value to another value using delegates.
|
![]() | OnDataValueChanged |
Handles the DataValueChanged event
|
![]() | ToBool(T) |
Converts this binding to return a nullable boolean binding
|
![]() | ToBool(T, T) |
Converts this binding to return a nullable boolean binding
|
![]() | ToBool(T, T, T) |
Converts this binding to return a nullable boolean binding
|
![]() | ToType<TType> |
Uses System.Convert.ChangeType to change the value of the binding to the specified type.
|