将 DataGridColumn 的 dataFields 获取到 ArrayCollection
我有一个带有 3 个 DataGridColumns 的 DataGrid。它们三个都有单独的数据字段。
我需要将数据字段放入 ArrayCollection 并将其传递给函数。我不想对 ArrayCollection 进行硬编码。
有什么办法可以实现这一点吗?
I have a DataGrid with 3 DataGridColumns. All 3 of them have separate dataFields.
I need to get the datafields into an ArrayCollection and pass it to a funciton. I dont want to hard code the ArrayCollection.
Is there any way to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西:
这是我在浏览器中编写的伪代码。
Something like this:
This is psuedo code I wrote in the browser.