Make SetVisible Method of RadzenDataGridColumn Public

Setting the Visibility property of a RadzenDataGridColumn from code behind doesn't seem to update the counts and selection on DataGrid Column Picker, can you make the SetVisible method on Radzen Blazor WASM public just like GetVisible method?

The button in our column picker demo is changing Visible property of the first column and it works normally:

it would work when setting Visible property using Visible="@SomeBool" for each column,
but won't work for columns from RadzenDataGrid.ColumnsCollection when setting Visible property for each column from code behind.

Fixed immediately and the fix will be part of our next update early next week.

Saw the commit, thank you.