C# WPF 数据网格:ItemsSource
我想知道一旦设置了 ItemsSource(在 XAML 中设置),如何修改 WPF 工具包数据网格的列属性? 例如,我想让特定列的属性 IsReadOnly 等于 true。
所以基本上我想知道两件事:
-一旦 ItemsSource 被访问,我如何才能访问特定列 设置?
-一旦 ItemsSource 后,如何更改特定列的属性 已设置?
I want to know how you can modify properties of columns of a WPF toolkit datagrid once the ItemsSource has been set (it is set in XAML)? For example I want to make a specific column have the property IsReadOnly equal to true.
So basically there are two things I want to know:
-How can I get access to a specific column once the ItemsSource has been
set?-How can I change the properties of a specific column once the ItemsSource
has been set?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两个问题的答案是:
Answer to both questions is: