Alex141 / CalcBinding

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enum

hdzs opened this issue · comments

commented

Two-way binding of enumeration and RadioButton.
“RadioButton IsChecked="{c:Binding 'EnumValue==local:SType.One',Mode=TwoWay}"
This code will not work