ExcelFormatExportOptions.CsvValueSeparator Property
OBSOLETE
This property is obsolete now. Use the DashboardExcelExportOptions.CsvValueSeparator property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Gets or sets a character used to separate values in a CSV document.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
Declaration
[Obsolete("This property is obsolete now. Use the DashboardExcelExportOptions.CsvValueSeparator property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
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 ExcelFormatExportOptions.Format is set to DashboardExportExcelFormat.Csv.
See Also