Skip to main content

CsvExportOptions(String, Encoding) Constructor

Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings.

Namespace: DevExpress.Mobile.Export

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

Declaration

public CsvExportOptions(
    string separator,
    Encoding encoding
)

Parameters

Name Type Description
separator String

A String value specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the TextExportOptionsBase.Separator property.

encoding Encoding

A Encoding descendant specifying the encoding of the created CSV document. This value is assigned to the TextExportOptionsBase.Encoding property.

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.

See Also