DashboardExcelExportOptions.CsvValueSeparator Property
Gets or sets a character used to separate values in an exported CSV document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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 |
|
CustomizeExportDocumentEventArgs |
|
ASPxDashboard |
|
BeforeExportDocumentWebEventArgs |
|
CustomizeExportDocumentWebEventArgs |
|
DashboardExtensionSettings |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
Remarks
Note that the CsvValueSeparator property is in effect when the DashboardExcelExportOptions.Format is set to ExcelFormat.Csv.
See Also