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.
我在 c#.NET 应用程序中使用 DevExpress XtraGrid。我想禁用或将只读属性设置为 XtraGrid 的特定行。请帮忙。
您可以使用GridView.ShowingEditor事件并设置e.Cancel = true
GridView.ShowingEditor
e.Cancel = true