开发者

how access DevExpress XtraGrid Column CheckEdit

One of the Xtragrid colum开发者_开发技巧ns is CheckEdit(RepositoryItem). On click of add button I need to copy/export all the rows for which the checkedit is checked into an arraylist.

Anyone has any idea on how to do this?

Thanks.


if I remember well you can use the method GetCellValue, so just loop an all rows and call this method to see if the checkedit was checked, probably GetCellValue will return true in those cases.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜