I have a UltraGrid on a form (obviously). When a user clicks on a column they are able to drag the column and drop it on to a new position on the grid. I want to turn this feature off but cannot find where the property lies to achieve this...
UltraGrid1.DisplayLayout.Override.AllowColMoving = AllowColMoving.NotAllowed;