Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
635
Method to unpin all columns?
posted

 

Hello all,

Is there a method to unpin all columns, similar to ClearGroupByColumns to ungroup all columns? I'm currently using this:

foreach

 

(var column in Grid.DisplayLayout.Bands[0].Columns)

{

 column.Header.Fixed = false

}

but it just seems like there should be a better way. Thanks.

Parents
No Data
Reply Children