ExcelSourceOptionsViewModel.DetectValueSeparator Property
Specifies whether a character used to separate values in a CSV document is determined automatically.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the ExcelSourceOptionsViewModel.ValueSeparator property to manually specify the character used to separate values in a CSV document.
See Also