Skip to main content
A newer version of this page is available. .

DashboardExcelExportOptions.CsvValueSeparator Property

Gets or sets a character used to separate values in an exported CSV document.

Namespace: DevExpress.DashboardCommon

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

Declaration

public string CsvValueSeparator { get; set; }

Property Value

Type Description
String

A String value that specifies the character used to separate values in an exported CSV document.

Property Paths

You can access this nested property as listed below:

Remarks

Note that the CsvValueSeparator property is in effect when the DashboardExcelExportOptions.Format is set to ExcelFormat.Csv.

See Also