Skip to main content

IConfigureExcelFileColumnsPageView.Schema Property

If implemented, gets a collection of columns selected on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

FieldInfo[] Schema { get; }

Property Value

Type Description
FieldInfo[]

An array of FieldInfo objects containing the settings of Excel data fields.

Remarks

The Schema property defines the Excel data source schema and contains a collection of FieldInfo objects. The FieldInfo class exposes the FieldInfo.Name and FieldInfo.Type properties that specify the field name and type, respectively.

See Also