1:去除 GridView 头上的 "Drag a column header here to group by that column" --> 点击 Run Designer -> 找到:OptionView -> 将 ShowGroupPanel : 设置为 false ; 2:如何 显示出 GridView 自带的 搜索功能 --> 点击 Run Designer -> 找到: OptionsFind -> 将AlwaysVisi
1:去除 GridView 头上的 "Drag a column header here to group by that column" --> 点击 Run Designer -> 找到:OptionView -> 将 ShowGroupPanel : 设置为 false ; 2:如何 显示出 GridView 自带的 搜索功能 --> 点击 Run Designer -> 找到: OptionsFind -> 将AlwaysVisi
转自http://www.cnblogs.com/-ShiL/archive/2012/06/08/ShiL201206081335.html (一)双击展开,收缩字表 1 Private Sub ExpandedChild(ByVal sender As DevExpress.XtraGrid.Views.Grid.GridView) 2 '找出焦点行 3 Dim VIntPage As Integer = sender.FocusedRowHandle 4 If sender.GetMast