如何更改与另一列中的更改相对应的列值?
嗨,, 我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用 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.