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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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:

Show 11 property paths

Remarks

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

See Also