Alex141 / CalcBinding

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binding enums

bigworld12 opened this issue · comments

hi , i really like the idea of your project , very helpful and time saver
i would like to add the feature of binding to enum values
like an enum with
element1,
element2,
element3

to bind like this
c:Binding path = property Is element1
please tell me if it's possible

Thank you, the pleasure is mine!

Regarding for issue:
Unfortunately calcBinding doesn't support custom enums (as well as other custom classes) yet. I understand important of such support, because several issues are just about it. I'm going to implement this feauture as soon as possible (maybe even tomorrow)

Thanks for your efforts :D
On Jul 18, 2015 7:38 PM, "Alex141" notifications@github.com wrote:

Thank you, the pleasure is mine!

Regarding for issue:
Unfortunately calcBinding doesn't support custom enums (as well as other
custom classes) yet. I understand important of such support, because
several issues are just about it. I'm going to implement this feauture as
soon as possible (maybe even tomorrow)


Reply to this email directly or view it on GitHub
#21 (comment).

Is there any progress with this?

Enums are supported in version 2.3.0.0, thank you guys for your patience :))