Skip to main content
All docs
V18.2

DashboardExcelExportOptions.CsvValueSeparator Property

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string CsvValueSeparator { get; set; }

Property Value

Type Description
String

A string value that specifies the character used to separate values in a CSV document.

Remarks

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

See Also