标签: infragistics xamdatagrid
我想从属性资源文件
xamdatagrid字段名称属性
答案 0 :(得分:0)
在回答here时,您可以使用x:Static标记扩展名:
<igDP:Field Name="{x:Static res:ResourceFileName.FieldName}"
您需要声明res命名空间:
xmlns:res="clr-namespace:TheNamespaceOfYourResxFile"
并更改resx文件to Public