assuming you have
DevExpress.XtraGrid.GridControl gridControl;
DevExpress.XtraGrid.Views.Grid.GridView gridView;
to enable grouping capability
gridView.OptionsView.ShowGroupPanel = true
to disable
gridView.OptionsView.ShowGroupPanel = false
I like using scrollbars
6 days ago
No comments:
Post a Comment
comment: