How to make my grid group columns read-only in Windows Form DevExpress?

153 views Asked by At

I want to make read-only group columns.

baseGrid.gvForm.Columns["Column"].OptionsColumn.ReadOnly = false;
baseGrid.gvForm.Columns["Column"].OptionsColumn.AllowEdit = true;

I think it can be like that grouped version. Could you help me ? Really I couldn't find.

0

There are 0 answers