How can I export the gantt view to an image ?
Thanks.
There is no intrisic support for that. The control is, however, rendered entirely using the Infragistics.Win.UIElement class, which exposes a Draw method, so you could use that to draw the elements to a Bitmap.