I'm using DevExpress library.
I have problem with GridControl the following property is not appear :
gridView1.Columns.Add(); // not appear why ?
My references are:
using DevExpress.XtraGrid.Views.Base;
using DevExpress.XtraGrid.Views.Grid;
using DevExpress.XtraGrid.Columns;