标签: c# wpf xaml
我正在尝试向网格中添加一列,如果其过期时显示的金额等于另一列
这就是我现在所拥有的:
xgrdvLgCustomerInvoice.Columns.Add("Past Due", System.Type.GetType("System.Decimal"), "xgcCurrentAmount")
这是我在网上找到的,但它说它.add不会带3个参数。
如何在不将其绑定到数据源的情况下添加此列?