Skip to main content

DashboardExcelExportOptions.CsvValueSeparator Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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