如何更改与另一列中的更改相对应的列值?

发布于 2024-10-14 02:50:32 字数 77 浏览 1 评论 0原文

嗨,, 我正在使用 C# 和 devexpress。在我的项目中有一个布局视图,我需要一些列的列值根据单个列中的更改进行更改....请帮助我

Hiii,,
i am using c# and dev express.In my project there is a layoutview and i need the column values of some columns to change corresponding to the change in a single column....please help me

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

最终幸福 2024-10-21 02:50:32

您应该使用 LayoutView 的 CellValueChanged 事件来捕获值更改的时刻并更改其他列值。这可以使用 LayoutView.SetRowCellValue 方法来完成。

You should use the LayoutView's CellValueChanged event to catch the moment when a value is changed and change other column values. this can be done using the LayoutView.SetRowCellValue method.

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