0

How to popup a customization dialog to hide columns, like this:

enter image description here

Tom Brunberg
  • 20,312
  • 8
  • 37
  • 54

2 Answers2

1

"To achieve the desired result, set the GridView's OptionsCustomize.ColumnQuickCustomization property to True. Once it is done, you will notice a small button on the left of the column headers area. When you click it, a list of columns will be shown."

Source: https://supportcenter.devexpress.com/ticket/details/q324077/tcxgrid-list-of-columns-to-hide-unhide

Greg Bishop
  • 517
  • 1
  • 5
  • 16
1

.Controller.Customization := True;