Closing DevExpress XtraGrid Group Panel

To close the Group Panel in XtraGrid in DevExpress, follow the steps below.

  • 1 - "Run Designer" opens.
  • 2 - Set the "EnableGroupPanelMenu" property under "OptionsMenu" to "False".
  • 3 - Set the "ShowGroupPanel" property under "OptionsView" to "False".

An example of setting it as code is given below..

myListGridView.OptionsMenu.EnableGroupPanelMenu = false; myListGridView.OptionsView.ShowGroupPanel = false;


You May Interest

Getting Value of DevExpress XtraGrid Column

DevExpress XtraGrid Selecting Only Cell on Row Click

DevExpress XtraGrid Column Header Post Settings

DevExpress XtraGrid Cell Information Horizontal Alignment Adjustm ...

DevExpress XtraGrid Setting Cell Text Color by Column