2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
By using the GridControl.Model.Properties, you can set the background color for the empty space in the Grid’s Client area. C# //Color of client area to the right of last column and below the last row. gridControl1.Model.Properties.BackgroundColor = Color.Blue; //Default color of the gridlines that make up the cell borders. gridControl1.Model.Properties.GridLineColor = Color.Blue; VB 'Color of client area to the right of last column and below the last row. gridControl1.Model.Properties.BackgroundColor = Color.Blue 'Default color of the gridlines that make up the cell borders. gridControl1.Model.Properties.GridLineColor = Color.Blue
Figure 1: Output Sample Links: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.