Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个带有几个字段的简单 DataGrid,我想放置一个“删除行”按钮。我知道如何做所有事情,但检查 DataGrid 中是否没有选择任何行。
我该怎么做?
网格的.Row属性将返回网格中当前选定行的索引。如果它 < 0,则没有选择。
.Row