如何将无线电按钮绑定到一个枚举上?

如何将无线电按钮绑定到一个枚举上?

我有一个像这样的枚举:

public enum MyLovelyEnum{
  FirstSelection,
  TheOtherSelection,
  YetAnotherOne};

DataContext中有一个属性:

public MyLovelyEnum VeryLovelyEnum { get; set; }

我的WPF客户有三个收音机按钮。

<RadioButton Margin="3">First Selection</RadioButton><RadioButton Margin="3">The Other Selection</RadioButton><RadioButton Margin="3">
Yet Another one</RadioButton>

现在,我如何将RadioButtons绑定到属性,以便进行正确的双向绑定?


收到一只叮咚
浏览 593回答 3
3回答
打开App,查看更多内容
随时随地看视频慕课网APP