Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool DetectNewlineType { get; set; }

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