Skip to main content

ExcelSourceOptionsViewModel.TrimBlanks Property

Specifies whether to remove all leading and trailing white-space characters from each value in a CSV document.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool TrimBlanks { get; set; }

Property Value

Type Description
Boolean

true, to remove leading and trailing blanks; otherwise, false.

See Also