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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
comment: