Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FallbackValue

C6H7NO2 opened this issue · comments

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?

Sure!

Is FallBackValue present in version 2.5.1 ?

Planned in current iteration

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

ok! Thanks.