GanttControl.ExportToImage(String) Method
In This Article
Exports the Gantt control’s data to the specified file in PNG format.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
file |
String | The the full name of the file to which the Gantt control is exported. |
See Also