ToSourceBindingBuilder<TSource>
Starts a binding that only writes control values to its root source.
- Kind: Class
- Namespace: SkeleKit
| Type parameter | Summary |
|---|---|
(class) TSource | The root binding source type. |
Methods
ToSource
Uses the control value only as input to the source.
| Parameter | Summary |
|---|---|
Action<TSource, TValue> write | Writes the control value to the root source. |
| Type parameter | Summary |
|---|---|
TValue | The source value type. |
Returns
ToSourceBindingExpression<TSource, TValue>: The source-only binding.