wpf - How to remove the split line between GridColumns in GridControl? -
try set showverticallines property of tableview false:
<dxg:gridcontrol ...> <dxg:gridcontrol.view> <dxg:tableview showverticallines="false" /> </dxg:gridcontrol.view> </dxg:gridcontrol> 
Comments
Post a Comment