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
1360
How to make cells look like headers
posted

Is there a way to make cells of a certain column look like the headers of a grid?

I have tried to clone the appearance, but that doesn't seem to do the trick...

 

 _grid.DisplayLayout.Bands[0].Columns["Test"].CellAppearance = (AppearanceBase)_grid.DisplayLayout.Override.HeaderAppearance.Clone();