GridControl控件如何让行只能选择而不能编辑

1. GridControl控件如何让行只能选择而不能编辑

如图:

点击Views -> 在属性窗口中设置

(1)、View->OptionsBehavior->EditorShowMode 设置为:Click

(2)、View->OptionsBehavior->Editable 设置为:false

原文地址:https://www.cnblogs.com/chenmenghappy/p/3305959.html