DataGrid visible columns binding

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