ConvertedBindingExpression<TSource, TOwner, TValue, TTarget>
A converted one-way binding that can optionally define the reverse conversion.
- Kind: Class
- Namespace: SkeleKit
- Inherits:
BindingExpression<TTarget?>
| Type parameter | Summary |
|---|---|
(class) TSource | The root binding source type. |
(class?) TOwner | The object that owns the selected value. |
TValue | The selected source value type. |
TTarget | The value type presented to the control. |
Methods
ConvertFrom
Converts control values back to source values before a source writer is selected.
| Parameter | Summary |
|---|---|
Func<TTarget?, TValue> convert | Converts nullable control values back to source values. |
Returns
ConvertedTwoWayBindingBuilder<TSource, TOwner, TValue, TTarget>: An incomplete converted binding awaitingTwoWay(...).