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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to determine a character used to separate values automatically; otherwise, false. |
Remarks
Use the ExcelSourceOptionsViewModel.ValueSeparator property to manually specify the character used to separate values in a CSV document.
See Also