ExcelSourceOptionsViewModel.DetectNewlineType Property
Specifies whether a character type used to identify a new line 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 the character type automatically; otherwise, false. |
Remarks
Use the ExcelSourceOptionsViewModel.NewlineType property to manually specify the character type used to identify a new line in a CSV document.
See Also