标签: c# wpf dictionary datagrid
我已将if (this.map!=null)绑定到视图模型中的(TextInput | DateInput | Checkbox)[] 。 DataGrid中的项目如下所示:
if (this.map!=null)
(TextInput | DateInput | Checkbox)[]
DataGrid
但我希望它显示如下:
Dictionary<double, double> MyDictionary