How to popup a customization dialog to hide columns, like this:
Asked
Active
Viewed 594 times
2 Answers
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
-
thanks i found it – Ahmed Bellil Dec 06 '21 at 15:29