只读
for (int i = 0; i <9; i++)
{
this.gridView1.Columns[i].OptionsColumn.ReadOnly = true;
}
不显示面板
如何隐藏GridControl的GroupPanel表头
设置Run Design->OptionsView->ShowGroupPanel 设置为:false
显示水平滚动条
如何显示水平滚动条?
设置this.gridView.OptionsView.ColumnAutoWidth = false;