我正在使用DevExpress库.
我有GridControl的问题,没有出现以下属性:
gridView1.Columns.Add(); // not appear why ?
Run Code Online (Sandbox Code Playgroud)
我的参考资料是:
using DevExpress.XtraGrid.Views.Base;
using DevExpress.XtraGrid.Views.Grid;
using DevExpress.XtraGrid.Columns;
Run Code Online (Sandbox Code Playgroud)