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

NuGet Package: DevExpress.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:

Object Type Path to CsvValueSeparator
BeforeExportDocumentEventArgs
.ExcelExportOptions .CsvValueSeparator
CustomizeExportDocumentEventArgs
.ExcelExportOptions .CsvValueSeparator
ASPxDashboard
.ExcelExportOptions .CsvValueSeparator
BeforeExportDocumentWebEventArgs
.ExcelExportOptions .CsvValueSeparator
CustomizeExportDocumentWebEventArgs
.ExcelExportOptions .CsvValueSeparator
DashboardExtensionSettings
.ExcelExportOptions .CsvValueSeparator
DashboardDesigner
.ExcelExportOptions .CsvValueSeparator
DashboardViewer
.ExcelExportOptions .CsvValueSeparator
IDashboardControl
.ExcelExportOptions .CsvValueSeparator
DashboardControl
.ExcelExportOptions .CsvValueSeparator

Remarks

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

See Also