How to remove a menu option when right clicking on the DevExpress Xtra GridControl column header?

Any body please help me how to remove a menu option when right-clicking on the column header of the DevExpress Xtra Grid Control

enter image description here

+3
source share
1 answer

You can disable it with the following property:

GridOptionsMenu.EnableColumnMenu

What is in Gridview.

+4
source

All Articles