DataGrid visible columns binding

Hello @Team

Is there a way to bind the visible columns using the Column Picker feature?

I only need to get them, not set.

Not possible at the moment however it will be in our next update:

For example:

var visibleColumns = grid.ColumnsCollection.Where(c => c.GetVisible());
1 Like