OneTimeBindingExpression<TSource, TValue>
A one-time binding whose value can still be converted.
- Kind: Class
- Namespace: SkeleKit
- Inherits:
BindingExpression<TValue?>
| Type parameter | Summary |
|---|---|
(class) TSource | The root binding source type. |
TValue | The selected source value type. |
Methods
ConvertTo
Converts the value before applying it to the control.
| Parameter | Summary |
|---|---|
Func<TValue, TTarget> convert | Converts source values to control values. |
| Type parameter | Summary |
|---|---|
TTarget | The control value type after conversion. |
Returns
BindingExpression<TTarget?>: The converted one-time binding.