Printing Grid in Black and White

I read in the documentation that you can make the grid print in black and white but I can't find an example of this... could anyone enlighten me, do I just have to set the grid to black and white through the style before I send it to print, or is there something easier than that?

1 Reply

AD Administrator Syncfusion Team September 13, 2003 02:56 PM UTC

Try setting this property in the form's constructor or in Form.Load. this.gridControl1.Model.Properties.BlackWhite = true;

Loader.
Up arrow icon