Skip to main content

ConfigureExcelFileColumnsPage.Schema Property

Gets a collection of fields selected on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<FieldInfoViewModel> Schema { get; protected set; }

Property Value

Type Description
IEnumerable<FieldInfoViewModel>

A collection of FieldInfoViewModel objects containing the settings of Excel data fields.

Remarks

The Schema property defines the Excel data source schema and contains a collection of FieldInfoViewModel objects.

See Also