Skip to main content
All docs
V23.2

DxExcelExportOptions.CsvValueSeparator Property

Specifies a character used to separate values in an exported CSV document.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v23.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
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.

Remarks

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

See Also