DxExcelExportOptions.CsvValueSeparator Property
In This Article
Specifies a character used to separate values in an exported CSV document.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.2.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
#Declaration
#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