Skip to main content

ExportTarget Enum

Lists values specifying available formats for export.

Namespace: DevExpress.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public enum ExportTarget

Members

Name Description
Xls

The XLS export format.

Xlsx

The XLSX export format.

Csv

The CSV export format.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

An ExportTarget enumeration member is passed as a parameter to the GridControl.ExportToExcel method.

See Also