W3Schools Learner's Blog

W3Schools Programming knowledge summary website

div

1/29/2018

How to disable editing of the WinForms GridView or GridControl in DevExpress?

How to disable editing of the WinForms GridView or Grid Control in DevExpress?
To accomplish this task, you can use the GridView.OptionsBehavior.Editable or GridViewOptionsBehavior.ReadOnly property.
set Editable to "false" or set ReadOnly to "true"

No comments:

Post a Comment

Note: only a member of this blog may post a comment.