Skip to main content

FieldInfoList Class

Contains the ExcelDataSource schema.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class FieldInfoList :
    List<FieldInfo>

The following members return FieldInfoList objects:

Remarks

The FieldInfoList class is a collection of the FieldInfo objects containing settings of the ExcelDataSource fields. Use the ExcelDataSource.Schema property to modify the schema of the ExcelDataSource.

Inheritance

Object
List<FieldInfo>
FieldInfoList
See Also