I want to export a XtraGrid as an image. Pratically i need something like XtraChart.ExportToImage() but for the XtraGrid. Is there a method to do this?
Thanks.
I want to export a XtraGrid as an image. Pratically i need something like XtraChart.ExportToImage() but for the XtraGrid. Is there a method to do this?
Thanks.
In windows every control can be written to a bitmap using the Control.DrawToBitmap Method. Even if the control is hidden, its possible to capture it as a bitmap.
How to get a screen capture of a .Net WinForms control programmatically?