Search code examples
c#devexpressxtragrid

How to remove menu option when right clicking on DevExpress Xtra GridControl Column Header?


Any body please help me how to do remove menu option when right clicking on DevExpress Xtra Grid Control Column header

enter image description here


Solution

  • You can disable it with the following property:

    GridOptionsMenu.EnableColumnMenu
    

    Which is on the Gridview.