Back to Devexpress

Column Chooser

maui-404343-scenarios-column-chooser.md

latest1.9 KB
Original Source

Column Chooser

  • Oct 01, 2024

This example implements a DataGridView column chooser.

View Example: DataGrid - Column Chooser

Related Controls : DataGridView, DXPopup, DXCollectionView, CheckEdit

Anatomy

The following image illustrates the anatomy of this project:

Related Properties:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: DataGrid - Column Chooser