dynamic datatemplate with valueconverter

后端 未结 3 1682
逝去的感伤
逝去的感伤 2021-01-24 05:35

I want to show data in a wpftoolkit datagrid where the data is a collection of

public class Thing
{
    public string Foo { get; set; }
    public string Bar { g         


        
3条回答
  •  感动是毒
    2021-01-24 06:08

    Would it help to declare the FooConverter once at a higher level (maybe as a resource of the DataGrid) instead of in each DataTemplate?

提交回复
热议问题