Skip to main content
A newer version of this page is available. .

ExcelSourceOptionsViewModel.TrimBlanks Property

Specifies whether or not 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.v18.2.dll

Declaration

public bool TrimBlanks { get; set; }

Property Value

Type Description
Boolean

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

See Also