Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features
Apache License 2.0
632 stars 79 forks source link

FallbackValue #37

Closed C6H7NO2 closed 5 years ago

C6H7NO2 commented 8 years ago

I'm direly missing support for FallbackValue (from BindingBase), which should be used when the expression can't be compiled/evaluated/throws. Is it feasible to add?

Alex141 commented 7 years ago

Sure!

Alex141 commented 7 years ago

44

LucaFagan commented 5 years ago

Is FallBackValue present in version 2.5.1 ?

Alex141 commented 5 years ago

Planned in current iteration

Alex141 commented 5 years ago

@C6H7NO2, @DenZuck FallbackValue is added in version 2.5.2 - https://www.nuget.org/packages/CalcBinding/2.5.2

LucaFagan commented 5 years ago

ok! Thanks.