[一篮饭特稀原创,转载请注明出处http://www.cnblogs.com/wanghafan/archive/2012/02/09/2344241.html]
--Devexpress GridControl repositoryItemCalcEdit 数值 不为空

--Devexpress GridControl GridView 点击 单元格 选中内容

--Devexpress GridControl 向上 向下 最上 最下 排序

--Devexpress GridControl 滚动条

--Devexpress GridControl 单元格 只读

--Devexpress GridControl 多行复制

--Devexpress GridControl AdvBandedGridView 数据多行显示

--Devexpress GridControl RepositoryItemComboBox 只读

1 GridControl 的RepositoryItemComboBox 控件,如果需要设置“只读+下拉”方法如下:
2 GridControl设计器-Columns-某字段-Column properties-ColumnEdit-TextEditStyle=DisableTextEditor
--Devexpress GridControl 统计技巧

--Devexpress GridControl 公式使用技巧

--Devexpress GridControl 屏蔽右键

--Devexpress GridControl 全选
1.如图添加DevExpress.XtraEditors.CheckEdit,设置Size(18, 19)
2.设置GridControl首列“check”属性MinWidth,MaxWidth为20
3.添加代码
