wpf - How to remove the split line between GridColumns in GridControl? -


i want know how remove vertical line between grid columns in gridcontrol, should do? enter image description here

try set showverticallines property of tableview false:

<dxg:gridcontrol ...>     <dxg:gridcontrol.view>         <dxg:tableview showverticallines="false" />     </dxg:gridcontrol.view> </dxg:gridcontrol> 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -