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

CsvExportOptions.SkipEmptyColumns Property

Specifies whether or not to include the empty columns into the resulting CSV file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

[DefaultValue(true)]
public bool SkipEmptyColumns { get; set; }

Property Value

Type Default Description
Boolean **true**

true to omit the empty columns during export; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SkipEmptyColumns
Cross-Platform Class Library ExportOptions
.Csv.SkipEmptyColumns
WPF Controls ExportOptionsContainer
.Csv.SkipEmptyColumns
See Also