WPF:如何绑定按钮的 IsEnabled 属性
使用 WPF 如何将 Button
的 IsEnabled
属性绑定到网格的所选行的 DataGridCheckBoxColumn
值?
因此,每次网格的选定行发生更改时,按钮都会根据其中一列的值启用/禁用。
With WPF how can I bind the IsEnabled
property of a Button
to the selected row's DataGridCheckBoxColumn
value of my grid?
So every time the selected row of my grid changes the button will be enabled/disabled depending on the value of one of it's columns.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该按钮看起来像这样
The button would look something like this