C# WPF 数据网格:ItemsSource

发布于 2024-07-30 06:04:32 字数 255 浏览 3 评论 0原文

我想知道一旦设置了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

姐不稀罕 2024-08-06 06:04:33

这两个问题的答案是:

  • 通过按索引循环
  • 访问数据网格访问列

Answer to both questions is:

  • By looping through your datagrid
  • Access column by it's index
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文