Skip to main content

ExcelSourceOptionsViewModel.SkipHiddenColumns Property

Specifies whether to ignore hidden columns when importing data to an Excel data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool SkipHiddenColumns { get; set; }

Property Value

Type Description
Boolean

true, to ignore hidden columns when importing data; otherwise, false.

See Also