开发者

How to disable one row of DevExpress XtraGrid in C#

开发者 https://www.devze.com 2023-01-19 14:16 出处:网络
I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property 开发者_StackOverflow中文版toparticular row of XtraGrid .

I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property 开发者_StackOverflow中文版to particular row of XtraGrid . Please Help.


You can use the GridView.ShowingEditor event and set e.Cancel = true

0

精彩评论

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