Back to Devexpress

FieldInfoList Class

corelibraries-devexpress-dot-dataaccess-dot-excel-aa69a049.md

latest1.7 KB
Original Source

FieldInfoList Class

Contains the ExcelDataSource schema.

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class FieldInfoList :
    List<FieldInfo>
vb
Public Class FieldInfoList
    Inherits List(Of 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

FieldInfoList Members

DevExpress.DataAccess.Excel Namespace