Back to Devexpress

FieldInfo.Type Property

corelibraries-devexpress-dot-dataaccess-dot-excel-dot-fieldinfo-2ca332f4.md

latest1.1 KB
Original Source

FieldInfo.Type Property

Gets or sets the type of the data source field.

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public Type Type { get; set; }
vb
Public Property Type As Type

Property Value

TypeDescription
Type

A Type value that specifies the type of the data source field.

|

See Also

Name

FieldInfo Class

FieldInfo Members

DevExpress.DataAccess.Excel Namespace